public static class Icon.SystemIcon
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
static Icon.SystemIcon |
BANG |
static Icon.SystemIcon |
HAND |
static Icon.SystemIcon |
NOTE |
static Icon.SystemIcon |
QUES |
static Icon.SystemIcon |
SAMPLE |
static Icon.SystemIcon |
WINLOGO |
Modifier and Type | Method and Description |
---|---|
Icon |
getBig()
Returns the big system icon
|
Icon |
getIcon(Icon.IconType type)
Returns the system icon
|
Icon |
getSmall()
Returns the small system icon
|
static Icon |
loadSystemIcon(int iconID,
java.awt.Dimension size)
Loads the system icon.
|
public static final Icon.SystemIcon SAMPLE
public static final Icon.SystemIcon HAND
public static final Icon.SystemIcon QUES
public static final Icon.SystemIcon BANG
public static final Icon.SystemIcon NOTE
public static final Icon.SystemIcon WINLOGO
public static Icon loadSystemIcon(int iconID, java.awt.Dimension size)
iconID
- Specifies the icon identifier.size
- Specifies the size of the icon.public Icon getIcon(Icon.IconType type)
type
- Specifyes the icon typepublic Icon getSmall()
public Icon getBig()