previous | start | next

The Icon Interface Type

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


previous | start | next