Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 9
-
Fix Version/s: 9
-
Component/s: client-libs
-
Labels:
-
Environment:
MS Windows 7 and up
Description
On MS Windows we support now Taskbar.Feature.USER_ATTENTION_WINDOW.
For instance, the attached code works well: after a second, an icon on the taskbar starts flashing.
However if you change the order of these two lines, it doesn't work any more:
f.setState(Frame.ICONIFIED);
f.setVisible(true);
For instance, the attached code works well: after a second, an icon on the taskbar starts flashing.
However if you change the order of these two lines, it doesn't work any more:
f.setState(Frame.ICONIFIED);
f.setVisible(true);