> "Andrew Thompson" <SeeMySites@www.invalid> wrote in message
>>
>>> ..How can I resize the jTable as the window size changes?
>>
>> 'Layouts'.
..
> Ah, so probably a mistake using the NULL layout option.
Not *always*, but most usually.
>..Using eclipse it
> had seemed easier to position my components if I chose NULL. But I probably
> am losing some functionality by doing that.
If you wish to get x-plat compatible GUI's, layouts using
components that return logical mimimum/preferred/maximum
sizes is definitely the way to go.
About the only time you need to set a 'null' layout is
when you are creating a layout yourself, then you need to
work out how big the layout itself needs to be so that it
can return logical values to it's parent containers.
I strongly recommend working through 'Using Layout Managers'[1],
to get a feel for what is possible. Though I am not sure if
it adequately covers nested layouts..
[1] <http://java.sun.com/docs/books/tutorial/uiswing/layout/using.html>
HTH

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane