public interface Icon
ImageIcon
| Modifier and Type | Method and Description |
|---|---|
int |
getIconHeight()
Returns the icon's height.
|
int |
getIconWidth()
Returns the icon's width.
|
void |
paintIcon(Component
Draw the icon at the specified location.
|
void paintIcon(Componentc, Graphics g, int x, int y)
int getIconWidth()
int getIconHeight()