-
Bug
-
Resolution: Duplicate
-
P3
-
7u25, 8
-
linux
On Linux create an AWT Frame, iconify it with setExtendedState(Frame.ICONIFIED). It iconifies successfully.
Then try to restore it with setExtendedState(Frame.NORMAL). The frame does not get restored.
Under Windows the same works fine.
Please, see the atached program demonstrating the issue.
Then try to restore it with setExtendedState(Frame.NORMAL). The frame does not get restored.
Under Windows the same works fine.
Please, see the atached program demonstrating the issue.
- duplicates
-
JDK-8012224 AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell
- Resolved