SetPosition Method (JSplitPane)
Class
JSplitPane
.
Action
Sets the position of the divider.
Syntax
splitPane
.
SetPosition
(
position
)
Variable
Description
position
The new position of the divider.
Integer
.
Examples
splitPane.SetPosition
(100)