Posted By:
Antony_Binns
Posted On:
Tuesday, August 10, 2004 06:27 PM
Try the setIconImage(Image image) method on the JFrame
JavaDoc as follows:
Sets the image to be displayed in the minimized icon for this frame. Not all platforms support the concept of minimizing a window.
@param image the icon image to be displayed.
If this parameter is null then the icon image is set to the default image, which may vary with platform.
@see #getIconImage