Interface ControlIcon


public interface ControlIcon
Provides small and large versions of an icon.
  • Method Details

    • small

      ImageIcon small()
      Returns:
      the small version of the icon
    • large

      ImageIcon large()
      Returns:
      the large version of the icon
    • controlIcon

      static ControlIcon controlIcon(ImageIcon small, ImageIcon large)
      Parameters:
      small - the small version of the icon
      large - the large version of the icon
      Returns: