We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287d033 commit 8d256c6Copy full SHA for 8d256c6
test/jdk/jb/java/awt/Window/RestoreFromFullScreen.java
@@ -62,6 +62,7 @@ public static void main(String[] args) throws Exception {
62
private static void initUI() {
63
frame = new JFrame("RestoreFromFullScreen");
64
frame.setBounds(200, 200, INITIAL_WIDTH, INITIAL_HEIGHT);
65
+ frame.setUndecorated(true);
66
frame.setVisible(true);
67
}
68
0 commit comments