7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed

Reviewed-by: anthony, serb
This commit is contained in:
Konstantin Shefov 2013-09-16 19:15:53 +04:00
parent 70ab336e38
commit 52cf3b81e7

View File

@ -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