-
Bug
-
Resolution: Fixed
-
P4
-
7, 8, 9, 10, 11, 11.0.6.0.60-oracle, 12, 13, 14, 15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8368743 | 11.0.30-oracle | Sarvesh Kumar Jain | P4 | Resolved | Fixed | b01 |
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)
...
- backported by
-
JDK-8368743 reg test TranslucentShapedFrameTest fails to create non-opaque frame
-
- Resolved
-
- relates to
-
JDK-7124244 [macosx] Shaped windows support
-
- Resolved
-