| java.lang.Object com.sshtools.common.ui.EmptyIcon
EmptyIcon | public class EmptyIcon implements Icon(Code) | | author: $author$ version: $Revision: 1.13 $ |
Constructor Summary | |
public | EmptyIcon(int w, int h) Creates a new EmptyIcon object. |
EmptyIcon | public EmptyIcon(int w, int h)(Code) | | Creates a new EmptyIcon object.
Parameters: w - Parameters: h - |
getIconHeight | public int getIconHeight()(Code) | | |
getIconWidth | public int getIconWidth()(Code) | | |
paintIcon | public void paintIcon(Component c, Graphics g, int x, int y)(Code) | | Parameters: c - Parameters: g - Parameters: x - Parameters: y - |
|
|