Example usage for Java javax.swing Icon fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getIconHeight() Returns the icon's height. |
int | getIconWidth() Returns the icon's width. |
void | paintIcon(Component c, Graphics g, int x, int y) Draw the icon at the specified location. |