Site hosted by Angelfire.com: Build your free website today!
 

ImageIcon

An ImageIcon is not a JComponent; it extends Object directly. However It is often used with other components.

Constructors:

 ImageIcon(String filename);
 ImageIcon(URL url);

See: How to use Icons