public class MetalComboBoxIcon extends Object implements Icon, Serializable
MetalComboBoxUI| Constructor and Description | 
|---|
MetalComboBoxIcon()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getIconHeight()
Created a stub to satisfy the interface. 
 | 
int | 
getIconWidth()
Created a stub to satisfy the interface. 
 | 
void | 
paintIcon(Component c,
         Graphics g,
         int x,
         int y)
Paints the horizontal bars for the 
 | 
public void paintIcon(Component c, Graphics g, int x, int y)
public int getIconWidth()
getIconWidth in interface Iconpublic int getIconHeight()
getIconHeight in interface Icon Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2013, Oracle and/or its affiliates.  All rights reserved.