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

Method setVisible

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

Show or hide the window.

(boolean visible)

Source from the content-addressed store, hash-verified

67
68 /** Show or hide the window. */
69 public void setVisible(boolean visible);
70
71 /** Set true if we want to resize things (default is not resizable) */
72 public void setResizable(boolean resizable);

Callers 15

hideMethod · 0.65
runMethod · 0.65
runMethod · 0.65
showSurfaceMethod · 0.65
setVisibleMethod · 0.65
setVisibleMethod · 0.65
showWarningTieredMethod · 0.65
showCustomQuestionMethod · 0.65
rebuildExamplesFrameMethod · 0.65
showExamplesFrameMethod · 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 1

UpdateStatusPanelMethod · 0.52