MCPcopy Index your code
hub / github.com/benfry/processing4 / setVisible

Method setVisible

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

Show or hide the window.

(boolean visible)

Source from the content-addressed store, hash-verified

76
77 /** Show or hide the window. */
78 public void setVisible(boolean visible);
79
80 /** Set true if we want to resize things (default is not resizable) */
81 public void setResizable(boolean resizable);

Callers 15

setVisibleMethod · 0.65
showSurfaceMethod · 0.65
setVisibleMethod · 0.65
selectImplMethod · 0.65
selectFolderImplMethod · 0.65
showCustomQuestionMethod · 0.65
rebuildExamplesFrameMethod · 0.65
showExamplesFrameMethod · 0.65
handleOpenPromptMethod · 0.65
handleOpenInternalMethod · 0.65
handleCloseMethod · 0.65
showSketchbookFrameMethod · 0.65

Implementers 2

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.

Calls

no outgoing calls

Tested by 1

buildLayoutMethod · 0.52