Reference+
Name
windowResizable()
Description
By default, Processing sketches can't be resized. When surface.setResizable(true) is used within a sketch, the window can be resized while it's running.
Syntax
windowResizable(resizable)
Parameters
resizable
(boolean)
true to make the window resizable
Return
void
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.