The following is the basic syntax of the splitpane tag :
<SPLITPANE name=name orientation= "horizontal"|"vertical">
where name identifies the split pane programmatically.
The splitpane tag can be expanded with the following elements:
<SPLITPANE name=name orientation= "horizontal"|"vertical"> <TITLE>title</TITLE> <LOCATION>location</LOCATION> <PANE resource=resource_name name=panel_name type="split"> </SPLITPANE> | ||
ATTRIBUTE | VALUE | DESCRIPTION |
<TITLE> | title | Displays the text
string as the containing tab. Therefore, this tag is used only when this subpanel
is nested within a tabbed pane.
Title defines the key for loading the text string from the resource bundle. If the string is not found, the title string will appear as it does in the Panel Definition Markup Language (PDML) source file. |
<LOCATION> | location | Expresses the x- and y-coordinates of the panel's location from the top left corner of the panel in logical units. This tag is required when you define a split pane within the scope of the panel tag. |
<PANE> resource= name= type= |
|
Identifies the panel for each window. |
The size of a split pane is set by the size of the panels that
the pane is included in. When the split pane is displayed, the panels appear
in the order declared within the splitpane tag.