Hi all,
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.