GUI/Maximum window dimensions: Difference between revisions

Changed lang tag to Java to enable code highlights
(Added Processing implementation)
(Changed lang tag to Java to enable code highlights)
Line 898:
fullScreen() is the recommended approach to draw a window covering the entire screen from Processing 3.0+ onwards. The implementation below first creates a window and then prints the dimensions onto the canvas.
 
<lang Processingjava>
//Aamrun, 26th June 2022
 
503

edits