Hello, newbie here.
I want to do a three way split with jsplipane (two panels on top and one at bottom).
And I want the top-left panel to remain a square no matter what. When the user moves either the vertical or horizontal splitpane (or window is resized in other ways), the three panels are to be adjusted so that the top-left pane remains a square but with different dimension. How do I achieve that ?
thank you,


LinkBack URL
About LinkBacks
Reply With Quote

When panel is resized , set the divider location (avoids recursion) instead of resizing immediately. And also set the divider_resize_weight to some random value so that the component listener is triggered when window frame is resized. Without the latter panel doesn't adjust itself.