Loading...
Logo
Processing Forum

Scale Window

in Programming Questions  •  2 years ago  
I haven't run across a way to scale the window while an application is running.  Is there a way to do this?

Replies(1)

Re: Scale Window

2 years ago
just type   frame.setResizable(true);
in setup and you can rescale it during runtime