7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed
authorkshefov
Mon, 16 Sep 2013 19:15:53 +0400
changeset 20137 82f491ad2aed
parent 20136 594c0830f18c
child 20138 7103851d7850
7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed Reviewed-by: anthony, serb
jdk/test/java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java
--- a/jdk/test/java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java	Mon Sep 16 18:00:06 2013 +0400
+++ b/jdk/test/java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java	Mon Sep 16 19:15:53 2013 +0400
@@ -42,6 +42,7 @@
         GraphicsDevice gd = ge.getDefaultScreenDevice();
 
         Frame f = new Frame("Test frame");
+        f.setUndecorated(true);
         f.setBounds(100, 100, 320, 240);
 
         // First, check it can be made fullscreen window without any effects applied