
Signature
It's not a RootKit - it's a Sony
> Hello,
>
[quoted text clipped - 12 lines]
> Thanks in advance
> Thomas
Maybe a bug related to the new 1.6 feature which allows you to specify
multiple icon images. The platform chooses the best image where needed,
e.g. a 16x16 image as title bar icon, and a 32x32 one as Alt-Tab icon
<http://java.sun.com/javase/6/docs/api/java/awt/Window.html#setIconImages(java.ut
il.List)>

Signature
Regards,
Roland
Thomas Kellerer - 28 Jun 2006 07:16 GMT
>> There is one thing that is not working properly: my icon that I set
>> for the main window (JFrame) is not displaying under Windows when
[quoted text clipped - 5 lines]
> e.g. a 16x16 image as title bar icon, and a 32x32 one as Alt-Tab icon
> <http://java.sun.com/javase/6/docs/api/java/awt/Window.html#setIconImages(java.ut
il.List)>
I broke it down to a reproducable test case now. It does seem to be a
bug in 1.6 When using setIconImage() everything seems fine until you
open a modal dialog (e.g. a JFileChooser). After that the frame icon
will revert back to the default Java icon
Thomas

Signature
It's not a RootKit - it's a Sony