Take input through Buttons in java
- by stash211
I understand that the title might not be descriptive enough, but I'm making a magic square game in Java and basically, I'm trying to replicate user input as found in the sudoku game here: http://www.websudoku.com/.
What I have is a n x n grid of Buttons (not JButton) as the board and what I want the user to be able to do is when the user clicks on…