It is a game where your bet will be competing for Sena, Quina and Quadra, so each bet can only have 6 numbers, I need the user to select 6 numbers out of these 20 and then I pick up the 6 selected ones and place his bet . But I just need this Betting Card .
So how can I create a Betting Card of 20 numbers where you will select only 6 of them by clicking on it, then picking up the numbers that have been selected.
The comparison part and create numbers randomly is ready and working, I am using 6 JComboBox from 1 to 20 for the user to choose the 6 numbers, but would be more practical if he clicked on the numbers scattered on the screen, I also wanted a ball behind each number to give an idea of Bingo.
Thank you for your attention!