Hi, so I'm trying to create a little GUI and I have a few rows of JComponents and want to set consistent gaps between them. Before changing the font of the labels, there was no problem, but after changing the fonts, the gaps aren't as consistent. What should I do?
This is how I set my layout and gaps.
JPanel selectionContainer = new JPanel(new MigLayout("gapy 10"));