SE450: The Icon Interface Type [6/41] Previous pageContentsNext page

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

Previous pageContentsNext page