Skip to content

Instantly share code, notes, and snippets.

@timpulver
Created November 24, 2012 15:21
Show Gist options
  • Save timpulver/4140100 to your computer and use it in GitHub Desktop.
Save timpulver/4140100 to your computer and use it in GitHub Desktop.
[Processing] Make window/frame resizable
void setup(){
frame.setResizable(true);
//...
}
// tags: processing, p5, frame, java, resize, window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment