Cris Kool
2
Q:

set jframe fullscreen

frame.setExtendedState(JFrame.MAXIMIZED_BOTH);
4
GraphicsEnvironment graphics = 
		GraphicsEnvironment.getLocalGraphicsEnvironment();
        
GraphicsDevice device = graphics.getDefaultScreenDevice();
JFrame frame = new JFrame("Fullscreen");
device.setFullScreenWindow(frame);
0

New to Communities?

Join the community