public interface ControlIcon
Provides small and large versions of an icon.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ControlIcon
controlIcon
(ImageIcon small, ImageIcon large) large()
small()
-
Method Details
-
small
ImageIcon small()- Returns:
- the small version of the icon
-
large
ImageIcon large()- Returns:
- the large version of the icon
-
controlIcon
- Parameters:
small
- the small version of the iconlarge
- the large version of the icon- Returns:
- a new
ControlIcon
instance
-