| java.lang.Object net.xoetrope.builder.editor.helper.XCloseIcon
XCloseIcon | public class XCloseIcon implements Icon(Code) | | Draw a close button for use on tabs
Copyright (c) Xoetrope 2002-2003, All rights reserved
$Revision: 1.1 $
License: see license.txt
|
XCloseIcon | public XCloseIcon()(Code) | | |
getIconHeight | public int getIconHeight()(Code) | | Returns the icon's height.
|
getIconWidth | public int getIconWidth()(Code) | | Returns the icon's width.
|
paintIcon | public void paintIcon(Component c, Graphics g, int x, int y)(Code) | | Paint the icon
Parameters: c - Parameters: g - Parameters: x - Parameters: y - |
|
|