SplitPane
A container with exactly two children. Arranges them side by side, either horizontally or vertically. Displays a draggable divider component between them that lets the user adjust the size ratio of the children.
A container with exactly two children. Arranges them side by side, either horizontally or vertically. Displays a draggable divider component between them that lets the user adjust the size ratio of the children.
- Value Params
- o
the orientation of the divider. Note that we are using
Orientation.Horizontal
andOrientation.Vertical
, which are different from the underlyingJSplitPane
values.Orientation.Horizontal
corresponds withVERTICAL_SPLIT
, thus producing a left and right component and a "vertical divider", andOrientation.Vertical
corresponds withHORIZONTAL_SPLIT
, thus producing a top and bottom component and a "horizontal divider".
- See also
javax.swing.JSplitPane
Type members
Value members
Concrete methods
Inherited methods
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
- Inherited from
- Reactor
Listen to the given publisher as long as deafTo
isn't called for
them.
Listen to the given publisher as long as deafTo
isn't called for
them.
- Inherited from
- Reactor
Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.
Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.
- Inherited from
- Component