giulioforesto / planets

A 2D plotted planets movement simulator
0 stars 0 forks source link

Resize window in processing #23

Open gabrielfougeron opened 9 years ago

gabrielfougeron commented 9 years ago

Contrary to what we initially believed, it might be possible to resize the GUI window during the execution of the program. See : http://forum.processing.org/one/topic/is-there-a-way-to-resize-the-display-window-during-the-program-execution.html https://github.com/processing/processing/wiki/Window-Size-and-Full-Screen

giulioforesto commented 9 years ago

What should be done with the menus ? keep them fixed or lock them to the window border? Initially their position is set according to the monitor size (furnished by the OS), which is also what determines the first size of the window.