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

Method setTitle

core/src/processing/core/PSurface.java:66–66  ·  view source on GitHub ↗

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

(String title)

Source from the content-addressed store, hash-verified

64
65 /** Set the window (and dock, or whatever necessary) title. */
66 public void setTitle(String title);
67
68 /** Show or hide the window. */
69 public void setVisible(boolean visible);

Callers 11

runMethod · 0.65
setTitleMethod · 0.65
initSurfaceMethod · 0.65
setTitleMethod · 0.65
setTitleMethod · 0.65
propertyChangeMethod · 0.65
updateTitleMethod · 0.65
Welcome2Method · 0.65
RenameMethod · 0.65
DebugTreeMethod · 0.65

Implementers 3

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.
PSurfaceFXcore/src/processing/javafx/PSurfaceFX.

Calls

no outgoing calls

Tested by

no test coverage detected