Southern JScroll Overlapping Western JScroll
Hey, basically I have a Western JScroll which has buttons on it. When I press a button on the Western Jscroll it opens up s outhern Jscroll. However, when I make the southern one it resizes the western one and the southern scrollbar takes up the whole bottom of the page.
Is there a way I can make it so the western jscroll takes up the whole left side of the page and the southern scrollbar layout stops at the western one?
Thanks!
Re: Southern JScroll Overlapping Western JScroll
I assume you're using a BorderLayout? You could just use a different LayoutManager.
Re: Southern JScroll Overlapping Western JScroll
Quote:
Originally Posted by
blug
Is there a way I can make it so the western jscroll takes up the whole left side of the page and the southern scrollbar layout stops at the western one?
Nest two BorderLayout panels.
db