We have a JPanel wich contains multiple JPanels wich contain JComponents (let's say JLabels and JTextboxes)
Inside each of the internal JPanels we use JGoodies Layout in order to ensure proper alignement of all Labels.
But of course we would like to have all the Labels aligned independently on which subpanel they are.
How could we do that, without fixing the width of the column which contains the JLabels?
We can't loose the JPanels since we have to have Borders around groups of Components