Leandro
Indeed, that's a really funny video
And it has a bit of truth in it: with GBLayout you will end up with more code than null layout (every time setting the GBConstraints). But i think making changes to your form (adding a label, field,...) will be easier and faster though then when you have to recalculate everything.
I used the following layouts for all my panels:
- GridBagLayout
- BorderLayout
- FlowLayout
- BoxLayout (bu this one will be removed in favour of FlowLayout)
Kind regards,
Roel