JSplitPane is a java swing component used to divide two (and only two) components.
JSplitPane is a java swing component used to divide two (and only two) Components. The two Components are graphically divided based on the look and feel implementation, and the two Components can then be interactively resized by the user.