Which layout can do this?
I'm trying to layout some JLabels in my application as shown in this example: I always have this JLabel at the middle and the number of the others JLabels is variable it can go from 1 to 30. I have tried Grid layout by choosing a good number of columns/rows and setting some empty JLabels in the white space but i can't get a good result, and can't find how to do it with MigLayout , did any one have a good layouting soulution or any other solution. PS : I don't want to show the circle it's just to show that the JLabels are in a arranged in a circle. You don't need a layout manager which