Created
September 30, 2017 14:31
-
-
Save kleinlennart/0b148b37b860982053f467e6ea4c4f29 to your computer and use it in GitHub Desktop.
How to set a frame to fullscreen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frame.setExtendedState(JFrame.MAXIMIZED_BOTH); | |
frame.setUndecorated(true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment