mise à jour correctif 2.5

This commit is contained in:
2024-05-04 17:29:35 +02:00
parent 8bc9e97d1f
commit 2c21949880
6 changed files with 9 additions and 9 deletions

View File

@@ -1,13 +1,13 @@
import javax.swing.*;
import java.awt.*;
public class SudokuGrid extends JFrame {
public class SudokuGridConcepteur extends JFrame {
private static final int GRID_SIZE = 9; // Taille de la grille Sudoku 9x9
private static final int REGION_SIZE = 3;
public static final boolean BOOL = true;
private JTextField[][] grid;
public SudokuGrid() {
public SudokuGridConcepteur() {
// Panneau pour la grille Sudoku.
JPanel gridPanel = new JPanel();
gridPanel.setLayout(new GridLayout(GRID_SIZE, GRID_SIZE)); // Utiliser GridLayout