MCPcopy Index your code
hub / github.com/processing/processing / setTitle

Method setTitle

core/src/processing/javafx/PSurfaceFX.java:422–427  ·  view source on GitHub ↗

Set the window (and dock, or whatever necessary) title.

(String title)

Source from the content-addressed store, hash-verified

420
421 /** Set the window (and dock, or whatever necessary) title. */
422 public void setTitle(String title) {
423// PApplicationFX.title = title; // store this in case the stage still null
424// if (stage != null) {
425 stage.setTitle(title);
426// }
427 }
428
429
430 /** Show or hide the window. */

Callers

nothing calls this directly

Calls 1

setTitleMethod · 0.65

Tested by

no test coverage detected