reglage erreur
This commit is contained in:
parent
508b423def
commit
8308a99068
@ -92,7 +92,6 @@ public class SudokuCreator extends SudokuUI {
|
||||
Grid grid = sudoku.getGrid();
|
||||
for (int row = 0; row < 9; row++) {
|
||||
for (int col = 0; col < 9; col++) {
|
||||
if()
|
||||
int value = grid.getCell(row, col).getValue();
|
||||
buttons[row][col].setText(value == 0 ? "" : String.valueOf(value));
|
||||
}
|
||||
|
BIN
build/Cell.class
BIN
build/Cell.class
Binary file not shown.
Binary file not shown.
BIN
build/Grid.class
BIN
build/Grid.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user