【发布时间】:2013-04-04 13:49:37
【问题描述】:
如果有人能指出我正确的方向。 这是我到目前为止的代码。
//UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
frame.setUndecorated(true);//To remove the bars around the frame.
frame.setResizable(false);//resizability causes unsafe operations.
frame.validate();
//actually applies the fullscreen.
GaphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().setFullScreenWindow(frame);
【问题讨论】:
标签: java fullscreen