Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class javax.swing.ImageIcon
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 iBack = new ImageIcon (HtmlBrowser.class.getResource (
2 logo1.setImage(okimage);
3 ImageIcon icon=null;
4 pic = new ImageIcon(url).getImage();
5 ImageIcon ico = null;
6 imageOnline = new ImageIcon(getIconResource("online.gif"));
7 ImageIcon tmpIcon = new ImageIcon(f.getPath());
8 ImageIcon imageIcon = new ImageIcon ( imageURL );
9 JButton bNew = new JButton(new ImageIcon(getClass().
10 if (icon.getIconHeight() >= icon.getIconWidth()) {
11 docIcon = new ImageIcon(getClass().
12 if (img.getIconHeight() >= getContentHeight()-4)
13 ImageIcon nextImageIcon = new ImageIcon(path);
14 buttonCenter = new JToggleButton(new ImageIcon(PlotPanel.class.getResource(
15 g.drawImage(getImage(), x, y, w, h, bgcolor, getImageObserver());
16 ImageIcon ic = new ImageIcon(i);
17 ImageIcon imageIcon = new ImageIcon(backgroundImage);
18 ImageIcon image = null;
19 imgIcon = new ImageIcon(url);
20 image = new ImageIcon(url);

Links to utility classes and functions:

1 isImage(String name) com.jeffpalm.util.FileGrabber
2 com.jeffpalm.util.FileGrabber
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.