Set true if we want to resize things (default is not resizable)
(boolean resizable)
| 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) { |
nothing calls this directly
no test coverage detected