KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > metal > MetalComboBoxIcon

javax.swing.plaf.metal
Class MetalComboBoxIcon

java.lang.Object
  extended by javax.swing.plaf.metal.MetalComboBoxIcon
All Implemented Interfaces:
Serializable, Icon
See Also:
Source Code, MetalComboBoxUI

public int getIconHeight()
See Also:
Icon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getIconWidth()
See Also:
Icon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MetalComboBoxIcon()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paintIcon(Component c,
                      Graphics g,
                      int x,
                      int y)
See Also:
Icon
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags