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