Element: Separator.
Text: A separator line or space.
Description: A Separator is a basic element used to display a sepaator line in menus.
A separator line
between two group of options.
Table of properties |
||
Name | Description | Values accepted |
Variable | ||
Orientation | The direction of the separator. | One of the constants: HORIZONTAL or VERTICAL. |
Graphical Aspect | ||
Size | The size of the element. | An Object variable of the class java.awt.Dimension or the integer values for the width and the height, respectively, separated by a comma. |
Background | The color used for the background of the element. | An Object variable of the class java.awt.Color
or one of the predefined colors: black,
blue, cyan, darkGray, gray, green, lightGray, magenta, orange, pink,
red, white, yellow.
A color can also be specified providing its integer RGB coordinates (between 0 and 255), plus an optional transparency coordinate. The default value is decided by the system. |
Foreground | The color used for the text displayed by the element. | See the values for the Background property. |
Tooltip | The text displayed when the cursor lingers on top of the element. | Any constant or variable of type String. |