In WindowsXP, if you have multiple windows of a program (ex: many notepads, browser windows, etc), program titles on the taskbar gets grouped under the common name. (assumed that user have checked "Group similar taskbar buttons" in "Taskbar and Start menu Properties")
This allows user to right-click on grouped program taskbox on the taskbar and click "Close Group" that closes all the windows/instances of the group. How to handle this in a
java application that has similar behavior(multiple windows) ?
There are several other related issues such as icon / task bar name changes upon taskbar grouping in Windows, which seems the only way around is to have a exe wrapper. (even if it doesn't seems to be the best solution)