All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.jlf.JLFComboBoxIcon
java.lang.Object
|
+----java.awt.swing.jlf.JLFComboBoxIcon
- public class JLFComboBoxIcon
- extends Object
- implements Icon
This utility class draws the horizontal bars which indicate a JLFComboBox
- See Also:
- JLFComboBoxUI
JLFComboBoxIcon()
-
getIconHeight()
- stubbed to statify the interface.
getIconWidth()
- stubbed to statify the interface.
paintIcon(Component, Graphics, int, int)
- Paints the horizontal bars for the
JLFComboBoxIcon
public JLFComboBoxIcon()
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)
- Paints the horizontal bars for the
getIconWidth
public int getIconWidth()
- stubbed to statify the interface.
getIconHeight
public int getIconHeight()
- stubbed to statify the interface.
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature