java - How can I flash the Windows taskbar using Swing? -


I'm developing a swing application and I need to flash the Windows taskbar. I frame.requestFocus () because I do not want to focus on any other application.

I do not know if it applies to new versions of Windows, but to flash the window The .toFront () method is used if no current VM window is in the foreground.

This means that the calling frame at least frames. ToFront () will always flash it ...


Comments