JSplitPane
A JSplitPane has two sides, each of which might have a component placed in it. A user can move the divider between the sides to make one side bigger and the other smaller. As with other special components of this type, Forte for Java enables you to manipulate it during design - for instance, to drag the divider. You can change the orientation of the divider from vertical to horizontal with the
Orientation
property (under the Properties tab of the property sheet). You may find that it is easiest to select the JSplitPane itself by clicking on its entry in the Component Inspector.
Contents | Prev | Next | Index |