mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 22:05:31 +00:00
7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed
Reviewed-by: anthony, serb
This commit is contained in:
parent
70ab336e38
commit
52cf3b81e7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user