I have a JPanel parent with 3 JPanel children inside. They all currently make use of GridLayout and together represent a UML class. Problem is that when I add a new attribu
You can use a GridBagLayout for this. I think what worked for me was