JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,
scrollPane , scrollPane2);
I want to do very trivial action and I it doesn't work.
Whenever I add label to either of scrollPanes - they simply don't display anything. I can display tables within panes but these are added through the constructor. Pisses a lot.
Also if splitPane only allows two components - what if I want to separate window into four parts? SplitPane of SplitPane?
Thanks for help,