The SSplitPane is a container, containing two areas. These areas are split by a shiftable divider and allows the placement of components and containers in the two areas.
A Container can be devided in two parts by a SSplitPane, wich size can be changed by a dragable divider. E. g. there can be displayed a table on the left side while there is information about the selected item displayed on the right side.
The properties DividerLocation, DividerSize, OneTouchExpandable and Orientation define the partitioning of the SSplitPane and the appearance of the divider.