Disable resizing components in forms.
The form component is great, but I'd like things like the image and buttons to remain initial size when form is resized. You can see below when form is resized the components resize as well.

hi @sgjava
it's a good idea, but do you mean all components? I used for the components a layout manager to produce the behaviour (updating components size by resizing the window). I think keeping the size for buttons only is more practiable, isn't it? Want do you think about it?
Actually at component level would be better like addButton(boolean resize), but if you need to do it at layout level (global) that's better than it is now. You can always default to resize like you have it now and allow override. In my case I want all components (image and buttons).