A panel which contains two sub panels within it. If we need to add split pane to it, must the split pane require two components?
If we insert split pane at least how many components are required?
From JavaDoc: "JSplitPane is used to divide two (and only two) Components."