StatusBarPanelStyle Class
StatusBarPanelStyle Class
This Package | All Packages
Enum
|
+--StatusBarPanelStyle
public class StatusBarPanelStyle
extends Enum
The style of a panel on a status bar.
Fields
Name |
Description |
MAX
|
Topic under construction. |
MIN
|
Topic under construction. |
OWNERDRAW
|
The user draws the panel. |
TEXT
|
A normal panel. |
Fields
Syntax
public static final int MAX;
Description
Topic under construction.
Syntax
public static final int MIN;
Description
Topic under construction.
Syntax
public static final int OWNERDRAW;
Description
The user draws the panel.
Syntax
public static final int TEXT;
Description
A normal panel.