Panels are the most basic container elements. They are useful to group other elements.
Panel
|
| Main
|
| Name
| Description
| Values accepted
| Default
|
| Layout
| The layout policy for this container.
| Use the editor provided or read about the layout property.
|
|
| Visible
| The visibility of the element.
| A boolean variable or one of the constants true or false.
|
|
| Size
| The double[] array with the size of the element in each direction.
| Type the two size values or use the editor provided.
|
|
| Border
|
| Name
| Description
| Values accepted
| Default
|
| Border Size
| The size of the border around the panel.
| Type the size of the four borders or use the editor provided.
|
|
| Border Type
| The type of the border around the panel.
| Use the editor provided to select a border type.
|
|
| Border Color
| The color of the border around the panel.
| Use the editor provided or read about colors.
|
|
| Border Title
| The title of the border in case of a title border.
| A String constant or variable.
|
|
| Title Position
| The position of the title whether it is applicable.
| Use the editor provided to select a position.
|
|
| Title Justification
| The justification of the title whether it is applicable.
| Type one of these justification options:LEFT, CENTER, RIGHT or use the editor provided to select one.
|
|
| Graphical Aspect
|
| Name
| Description
| Values accepted
| Default
|
| Print Target
| The view element to print when taking a snapshot.
| A string constant or variable.
|
|
| Background
| The background color for the element.
| Use the editor provided or read about colors.
|
|
| Foreground
| The color to use when drawing or writing in the element.
| Use the editor provided or read about colors.
|
|
| Font
| The font used to display text in the element.
| Use the editor provided to select name, style and size of the font.
|
|
| Tooltip
| Text displayed when the mouse is over the element.
| A string constant or variable.
|
|