Create a java code to make a Sudoku board ,9 numbered buttons from 1 to 9,and a
ID: 3679344 • Letter: C
Question
Create a java code to make a Sudoku board ,9 numbered buttons from 1 to 9,and a button called Check as same as the picture below.The user will full up the Sudoku board by clicking a numbered button.The user can then click the button Check to see if there is no duplicates numbers in a row and column.If there is duplicates mark the numbers in red so the user can change it.If there is no duplicate the color(black) of the number remains the same.Run the java code in Eclipse.The pictures below are an example on how the program must be.