I\'m developing a Swing application and I need to flash the Windows taskbar. I can\'t use frame.requestFocus() because I don\'t want to steal focus from any oth
frame.requestFocus()
JNIWrapper with its winpack extension can do what you want.
The Demo on the site shows it in action.