-
Bug
-
Resolution: Fixed
-
P4
-
7, 8, 9, 10, 11, 11.0.6.0.60-oracle, 12, 13, 14, 15
Steps to reproduce:
1. run TranslucentShapedFrameTest
2. enable "Non Opaque Frame" check box
3. click "Create Frame" button
The test should open non-opaque AWT Frame but it doesn't and throws
Exception in thread "AWT-EventQueue-0" java.awt.IllegalComponentStateException: The frame is decorated
at java.awt.Frame.setBackground(Frame.java:986)
at TSFrame.createGui(TSFrame.java:260)
...
1. run TranslucentShapedFrameTest
2. enable "Non Opaque Frame" check box
3. click "Create Frame" button
The test should open non-opaque AWT Frame but it doesn't and throws
Exception in thread "AWT-EventQueue-0" java.awt.IllegalComponentStateException: The frame is decorated
at java.awt.Frame.setBackground(Frame.java:986)
at TSFrame.createGui(TSFrame.java:260)
...
- relates to
-
JDK-7124244 [macosx] Shaped windows support
- Resolved