Class ComboIcon
- java.lang.Object
-
- com.github.weisj.darklaf.ui.combobox.ComboIcon
-
-
Method Summary
Modifier and Type Method Description protected Icon
getIcon()
int
getIconHeight()
int
getIconWidth()
void
paintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
getIcon
protected Icon getIcon()
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
-