Class ImageIconPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ImageIconPanel extends JPanel
This class extends JPanel to be able to display an ImageIcon object inside a JPanel.
Author:
Harald Barsnes
See Also:
  • Constructor Details

    • ImageIconPanel

      public ImageIconPanel(ImageIcon imageIcon)
      Create a new ImageIconPanel.
      Parameters:
      imageIcon - the image icon to display
  • Method Details