GirdLayout
makes a bunch of components equal in size. That means that the biggest sized component will define the size for all components. Is it possible to make each component's size based on their inner-components instead?
EDIT: If it's not possible, how could I get the same effect as a GridLayout
but with each component's size based on their inner-components.