In our code we have a 10 by 10 button array. We made the 10 by 10 array using a nested for loop, and we have no issue creating the buttons. Also, we have it so that when a button a is clicked it displays "Button Clicked". But how can we identify which button was clicked?
We're using actionListeners and actionPerformed methods.