Regading SplitPanes
843804Oct 27 2004 — edited Oct 4 2006Hi
Can anyone please let me know the way to use JSplitPane to accomplsh the following task.
I have JFrame to hold four panels as four quardants and should be able to resize the panels by dragging the divider of the splitpanes.
if I drag the horizontal divider down the top-right ,top-left panels should increase in size and bottom-right ,bottom-left panels should decrease in size and viceversa
if I drag the vertical divider right the top-left ,bottom-left panels should increase in size and top-right ,bottom-right panels should decrease in size and viceversa.
Can anyone send me the code to acheive this task
Thanks In Advance
Sharmila