Problem when maximised
I have a GUI developed in swing using netbeans which covers the half of the screen. Its has some components say a TextArea and some TextFields.
When i maximises the GUI the size of the components remains the same but the gap increases. How can i solve this problem.

