Frame.setIconImage

Frame.setIconImage

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void setIconImage( Image image )
Parameters
image
the icon image to be displayed
Description
Sets the image to display when this frame is iconized. Not all platforms support the concept of iconizing a window.

See Also
getIconImage