ca.ucalgary.seahawk.util
Class NullIcon
java.lang.Object
ca.ucalgary.seahawk.util.NullIcon
- All Implemented Interfaces:
- Icon
public class NullIcon
- extends Object
- implements Icon
An empty icon that prints nothing (used for new tabs with no contents)
NullIcon
public NullIcon()
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interface Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interface Icon
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)
- Specified by:
paintIcon
in interface Icon
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010