I have created a sudoku board with 2D JTextFields
of 9x9. User is allowed to enter text in any of the textfields.
Here the problem starts. As the user is entering data I want to get the index of the JTextField
in which user is entering data and simaltaneously get the data of that text field(for validation which is secondary).
Here is the code i have written for the purpose
The code runs but doesn't solve the problem. Any other suggestion will work too. Thanks for your valuable time in advance.