public class BasicIconFactory extends java.lang.Object implements java.io.Serializable
BasicLookAndFeel.| Constructor and Description |
|---|
BasicIconFactory() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.Icon |
createEmptyFrameIcon() |
static javax.swing.Icon |
getCheckBoxIcon()
Returns an icon for CheckBoxes in the BasicLookAndFeel.
|
static javax.swing.Icon |
getCheckBoxMenuItemIcon()
Creates and returns an icon used when rendering
JCheckBoxMenuItem
components. |
static javax.swing.Icon |
getMenuArrowIcon()
Returns a new instance of a 4 x 8 icon showing a small black triangle that
points to the right.
|
static javax.swing.Icon |
getMenuItemArrowIcon() |
static javax.swing.Icon |
getMenuItemCheckIcon() |
static javax.swing.Icon |
getRadioButtonIcon()
Returns an icon for RadioButtons in the BasicLookAndFeel.
|
static javax.swing.Icon |
getRadioButtonMenuItemIcon() |
public BasicIconFactory()
public static javax.swing.Icon getMenuItemCheckIcon()
public static javax.swing.Icon getMenuItemArrowIcon()
public static javax.swing.Icon getMenuArrowIcon()
public static javax.swing.Icon getCheckBoxIcon()
public static javax.swing.Icon getRadioButtonIcon()
public static javax.swing.Icon getCheckBoxMenuItemIcon()
JCheckBoxMenuItem
components.public static javax.swing.Icon getRadioButtonMenuItemIcon()
public static javax.swing.Icon createEmptyFrameIcon()