[3791] in java-interest
setIconImage
daemon@ATHENA.MIT.EDU (dan latham)
Tue Nov 28 08:17:48 1995
To: java-interest@java.sun.com
From: dan latham <dan@futuretense.com>
Date: Tue, 28 Nov 95 00:43:00 -0500 (GMT)
Has anyone sucessfully used setIconImage() with the Beta under Win95/WinNT?
Looking at code in the appletviewer, I've tried to do something similar.
From within the Frame I'm doing:
img = getImage(new URL(panel.getDocumentBase(), "icon.gif"));
setIconImage(img);
The getImage routine does the same thing as the appletviewer's getImage. The
image retrieved is non-null, but doing the setIconImage results in no
visible change. Is there a bug here? Or am I just not doing something right?
thanks,
dan
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com