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

Method setResizable

core/src/processing/javafx/PSurfaceFX.java:447–452  ·  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

445
446 /** Set true if we want to resize things (default is not resizable) */
447 public void setResizable(boolean resizable) {
448// PApplicationFX.resizable = resizable;
449// if (stage != null) {
450 stage.setResizable(resizable);
451// }
452 }
453
454
455 public void setIcon(PImage icon) {

Callers

nothing calls this directly

Calls 1

setResizableMethod · 0.65

Tested by

no test coverage detected