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