Is there a way to either set a max size of a button(or non re sizable), or not allow the columns in a gridbaglayout to change size if a component grows ?
i.e
btn.setMaxsize();
btn.resizable(false);
gridbaglayout.lockcolumns();
This is not what I am coding but what I am trying to achieve. Thanks for any help provided.