i want to start coding a game project which is called "Risk" and my first aim is build the map correctly. So logically, each territory should be a JButton but JButton's are rectangular oriented. Moreover, i know that every territory should be a component so i can use mouse event listeners for each of them. well my question is
- should i try to draw each territory with using coordinates, lines, shapes etc ? or
- is there any way to draw and combine each territory regularly ?
On the other hand, this is the link for the map of the game.