public interface Icon { int getIconWidth(); int getIconHeight(); void paintComponent(Component c, Graphics g, int x, int y) }