提交 316f54b7 编写于 作者: K kshefov

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

Reviewed-by: anthony, serb
上级 c9a43c5e
...@@ -42,6 +42,7 @@ public class TranslucentWindow { ...@@ -42,6 +42,7 @@ public class TranslucentWindow {
GraphicsDevice gd = ge.getDefaultScreenDevice(); GraphicsDevice gd = ge.getDefaultScreenDevice();
Frame f = new Frame("Test frame"); Frame f = new Frame("Test frame");
f.setUndecorated(true);
f.setBounds(100, 100, 320, 240); f.setBounds(100, 100, 320, 240);
// First, check it can be made fullscreen window without any effects applied // First, check it can be made fullscreen window without any effects applied
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册