Hello all you experts, I have but one question. I've searched high and low for the answer to this question, but haven't been able to fashion up any solution.
I have a JFrame split by 2 JSplitPanes into 3 sections. The leftmost panel is to be used as a navigation menu for the other 2 panels. Now my problem is this: I would like to be able to "freeze" the JSplitPane so that it does not resize and overtake the majority of the window. I have already set resizeWeights, but this does not ensure that I'm not going over the amount of space I would like to allocate.
Is there any way to keep the pane from resizing? I'll bow down to the first person that can answer this question because I'm pulling my hairs out one by one.
Thanks in advance,
David