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

Method setResizable

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

Set true if we want to resize things (default is not resizable)

(boolean resizable)

Source from the content-addressed store, hash-verified

70
71 /** Set true if we want to resize things (default is not resizable) */
72 public void setResizable(boolean resizable);
73
74 /** Dumb name, but inherited from Frame and no better ideas. */
75 public void setAlwaysOnTop(boolean always);

Callers 15

initWindowMethod · 0.65
runMethod · 0.65
setResizableMethod · 0.65
setResizableMethod · 0.65
initFrameMethod · 0.65
setResizableMethod · 0.65
initMethod · 0.65
makeFrameMethod · 0.65
PreferencesFrameMethod · 0.65
FindReplaceMethod · 0.65
ColorChooserMethod · 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