Skip to content

Commit 8d256c6

Browse files
tsarnjbrbot
authored and
jbrbot
committed
JBR-7764: Disable window decorations in test/jb/java/awt/Window/RestoreFromFullScreen.java, so that the test doesn't fail spuriously on some WMs
1 parent 287d033 commit 8d256c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jdk/jb/java/awt/Window/RestoreFromFullScreen.java

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public static void main(String[] args) throws Exception {
6262
private static void initUI() {
6363
frame = new JFrame("RestoreFromFullScreen");
6464
frame.setBounds(200, 200, INITIAL_WIDTH, INITIAL_HEIGHT);
65+
frame.setUndecorated(true);
6566
frame.setVisible(true);
6667
}
6768

0 commit comments

Comments
 (0)