-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
6
-
sparc
-
solaris_9
I am setting the window state to iconified and restoring it back to NORMAL, after checking whether they are supported.
On solaris, there is some synchronization issue where the frame never comes up when ICONIFIED and NORMAL states are set on the consecutive calls. When I give a sleep(100) in between the 2 setExtendedState() calls, it works fine. This is noticed on Solaris right from JDK1.4. On Win32 it works fine. I believe there is some delay in setting the 'ICONIFIED' state before which setExtendedState(NORMAL) gets executed. So frame remains iconified for ever.
I have attached the testcase. Execute the testcase on Solaris. The frame has to get iconified and restored back to NORMAL. If you notice the frame being iconified for ever, the bug is reproduced.
I tested this on Solaris_9 with CDE.
On solaris, there is some synchronization issue where the frame never comes up when ICONIFIED and NORMAL states are set on the consecutive calls. When I give a sleep(100) in between the 2 setExtendedState() calls, it works fine. This is noticed on Solaris right from JDK1.4. On Win32 it works fine. I believe there is some delay in setting the 'ICONIFIED' state before which setExtendedState(NORMAL) gets executed. So frame remains iconified for ever.
I have attached the testcase. Execute the testcase on Solaris. The frame has to get iconified and restored back to NORMAL. If you notice the frame being iconified for ever, the bug is reproduced.
I tested this on Solaris_9 with CDE.
- duplicates
-
JDK-6234439 Ambigious spec for Frame.setExtendedState()
-
- Closed
-
- relates to
-
JDK-5109571 REGRESSION: JDialog.setVisible(false) not honoured
-
- Closed
-