Posted By:
pino_scaramozzino
Posted On:
Friday, October 5, 2001 09:17 AM
You can use the setIconImage() method.
First, create the image.
Image myImg = Toolkit.getDefaultToolkit().getImage("yourlogo.gif");
Then use the setIconImage() to change the icon.
this.setIconImage(myImg);