Click to See Complete Forum and Search --> : JSplitPane wierd behaviour


Malone
11-01-2004, 04:46 PM
OK, I have a JSplitPane with two JScrollPanes in it. On the left is a JTree representing an XML file and on the right is a JTextArea with the text from the XML file. Problem is, the text part doesn't scroll properly. Both vertical scrollbars are the same size, and will only scroll so far, so I cannot see 95% of the text. Is it a property of a JSplitPane that scroll panes inside of it must have the same size scrollable area??