petite modifs

This commit is contained in:
gallego
2024-04-15 18:16:02 +02:00
parent 08e7104bcb
commit 0750e18f15
12 changed files with 2 additions and 4 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
-2
View File
@@ -1,5 +1,3 @@
import javax.swing.*;
import java.awt.*;
public class main {
public static void main(String[] args) {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -2,7 +2,7 @@ import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.Arrays;
public class menu {
@@ -13,7 +13,7 @@ public class menu {
/*fenetre*/
JFrame fenetre = new JFrame();
fenetre.setSize(500, 250);
fenetre.setTitle("Sudoku Resolver (By Wilfried BRIGITTE)");
fenetre.setTitle("Sudoku Resolver (By Wilfried BRIGITTE & Julian GALLEGO)");
fenetre.setResizable(false);
fenetre.setLocationRelativeTo(null);
fenetre.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Binary file not shown.