I need to resize components when the user resizes the window.
I think this is very easy with GridBagLayout
, using the weight properties and fill property to both.
However, I was wondering can I do the same in other layouts?
Does anybody know a way to resize components in all layouts?