Does anyone know how to change the icon of an application that appears in the top left-hand corner of the window?
Printable View
Does anyone know how to change the icon of an application that appears in the top left-hand corner of the window?
setIconImage( getToolkit().getImage("poochi.gif" ));
The image has to be 16 by 16 pixels image.
Poochi....
what about making it animated ??? i got it if i run my applet by appletviewer, but not by any browser, why ?