setResizable() / Reference

By default, Processing sketches can't be resized. When <b>surface.setResizable(true)</b> is used within a sketch, the window can be resized while it's running. <br /><br /> There are more features of …