From 316f54b7d68799485b5dcca9c91f309123c3ea53 Mon Sep 17 00:00:00 2001 From: kshefov Date: Mon, 16 Sep 2013 19:15:53 +0400 Subject: [PATCH] 7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed Reviewed-by: anthony, serb --- .../java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java b/test/java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java index 3c2a636a0..0d5ada5b7 100644 --- a/test/java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java +++ b/test/java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java @@ -42,6 +42,7 @@ public class TranslucentWindow { 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 -- GitLab