Skip to content

Instantly share code, notes, and snippets.

@kleinlennart
Created September 30, 2017 14:31
Show Gist options
  • Save kleinlennart/0b148b37b860982053f467e6ea4c4f29 to your computer and use it in GitHub Desktop.
Save kleinlennart/0b148b37b860982053f467e6ea4c4f29 to your computer and use it in GitHub Desktop.
How to set a frame to fullscreen
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