I am trying to create a circular chess game. Normally, I can create a chess game by using GridLayout. Right now my tiles extend JLabel.
But, I want to add my tiles so that it arranges themselves circularly as shown in the following picture...
What is the easiest way of achieving this?