-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta2
-
sparc
-
solaris
-
Verified
In Solaris, For Undecorated Frames,
undecoratedFrames.setState(Frame.ICONIFIED)
is not setting the frame state to Iconified
Attached here with is the sample code
Compile and Run IconifyGUI.java
Click on Minimize button...
If the Undecorated Frame is not iconified bug is reproduced
---------------------------------------------------------------
Cannot set state to Iconified using new API setExtendedState(Frame.ICONIFIED) as well.
Compile and Run SetIconified.java , click on "ICONIFY" button, if Frame is not iconified, bug is reproduced
---------------------------------------------------------------
undecoratedFrames.setState(Frame.ICONIFIED)
is not setting the frame state to Iconified
Attached here with is the sample code
Compile and Run IconifyGUI.java
Click on Minimize button...
If the Undecorated Frame is not iconified bug is reproduced
---------------------------------------------------------------
Cannot set state to Iconified using new API setExtendedState(Frame.ICONIFIED) as well.
Compile and Run SetIconified.java , click on "ICONIFY" button, if Frame is not iconified, bug is reproduced
---------------------------------------------------------------
- relates to
-
JDK-4621073 Undecorated Frames are not Iconified on Solaris-IA8 (OpenWin)
- Closed