In my application, I have a layout similar to what is shown below:
@@@@@@@
XXXXXXX***
XXXXXXX***
XXXXXXX***
%%%%%%%
In this layout, X is a JTable. The other components can remain the same size. Is there a layout or strategy that will have the JTable (X) resize based on available screen size and have everything else stay on the sides properly?
Thanks.
That looks very much like a BorderLayout to me. Have you tried that?