GUI Layouts

I've tried the layouts that are available in the GBUI package such as the BorderLayout and TableLayout… Although I can't quite get the layout I want to use… unlike when I was using swing and awts layouts… I got used too much to the layouts available in swing…



anyway, my situation is… when I use TableLayout in my window… and then I input words into my BTextFields… it adjusts itself to the size of the inputted text… how can I make it fixed… please help

SOLVED