I have a problem concerning layouts in Swing. I have got a BorderLayout
and want to add a JProgressBar
with multiple JLabels
below in the NORTH
section of this layout all aligned horizontal next to each other.
It should look something like this:
I already tried various layouts like for example GroupLayout
but I couldn't get it to work.