0

Possible Duplicate:
How can I flash the Windows taskbar using Swing?

In most programs, the icon displayed in the taskbar will blink, if a change has been made to an iconified frame.

Like this, in "Preubas Con F...":

enter image description here

How could this be done, in Java?

Community
  • 1
  • 1
Mordechai
  • 15,437
  • 2
  • 41
  • 82
  • We could use a little more information, like the UI framework being used, etc. – Chris Gerken Dec 02 '12 at 06:39
  • Do you mean the sort of orange highlight (in Windows 7)? Last I checked, it's not possible without native code. – FThompson Dec 02 '12 at 06:39
  • @vulcan correct, that is what I mean. – Mordechai Dec 02 '12 at 06:40
  • Alright. I don't believe there's a specific term for that, so for clarity, you should add an image of it to the question. – FThompson Dec 02 '12 at 06:40
  • @ChrisGerken Obviously you can't change the UI of a `JFrame`, since it doesn't subclass `JComponent`, so I mean the native window. – Mordechai Dec 02 '12 at 06:41
  • Also, [this article](http://today.java.net/pub/a/today/2003/12/08/swing.html) covers window flashing on Windows operating systems (but it's two thirds of the way down the web page). – FThompson Dec 02 '12 at 06:48

0 Answers0