-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: client-libs
-
x86
-
os_x
Mac OS X 10.7.3 macmini4,1
Run closed/java/awt/Frame/InitialUndecoratedIconicTest/InitialUndecoratedIconicTest -- which essentially does just
frame.setUndecorated(true);
frame.setState(Frame.ICONIFIED);
frame.setVisible(true);
The frame will be fully visible in NORMAL state instead of iconic.
Run closed/java/awt/Frame/InitialUndecoratedIconicTest/InitialUndecoratedIconicTest -- which essentially does just
frame.setUndecorated(true);
frame.setState(Frame.ICONIFIED);
frame.setVisible(true);
The frame will be fully visible in NORMAL state instead of iconic.
- relates to
-
JDK-4464710 Undecorated Frames cannot be shown initially iconified
-
- Resolved
-