in windows 7 i can switch to large icons in the superbar/taskbar. How can I define this large icon in my java application? Is it the icon which I set with "setIconImage" to the frame? But this icon is only 16x16 and it looks bad after being resized to a larger size. I can set a large icon via "setIconImage", but now this icon is rescaled to 16x16 and this looks bad in my application window title... And I can't set an "ico" file via "setIconImage" which may support several sizes.
Any chance to set one icon to the frame (setIconImage) and define another icons as large icon for the superbar/taskbar?