posted 12 years ago
Hi guys,
I am not too good at graphical user interfaces so I am looking for some advice.
The think is I have several Panels containing a GridPanel, to be more specific I have 4 of them.
I need to put all of them in a unique Panel but I cannot find any suitable layout. I have tried plenty of them but it does not display correctly. I need them to fill all the width and the height.
I am able to display 3 of them by using BorderLayout (west, center and east) but no way to do it with four.
Thank you.