Compare commits
3 Commits
d8b2ef6e49
...
faad402258
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faad402258 | ||
|
|
c9db52afb7 | ||
|
|
00b84dd3ac |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
projet_linea/bin/BoutonsManager$1.class
Normal file
BIN
projet_linea/bin/BoutonsManager$1.class
Normal file
Binary file not shown.
BIN
projet_linea/bin/BoutonsManager.class
Normal file
BIN
projet_linea/bin/BoutonsManager.class
Normal file
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.
Binary file not shown.
@@ -10,7 +10,7 @@ public class CadreDeConnexion extends JFrame {
|
||||
setDefaultCloseOperation(EXIT_ON_CLOSE);
|
||||
setLocationRelativeTo(null); // Centre la fenêtre
|
||||
|
||||
// 2. Style du panneau principal (Gris foncé)
|
||||
// 2. Style du panneau principal (noir )
|
||||
JPanel panel = new JPanel(new GridBagLayout());
|
||||
panel.setBackground(new Color(30, 30, 30));
|
||||
add(panel);
|
||||
|
||||
@@ -62,6 +62,10 @@ public class Jeu implements KeyListener, ActionListener{
|
||||
// Constructeur de la classe
|
||||
//-------------------------------------------------------------------------
|
||||
public Jeu(int utilisateurId){
|
||||
// Créer les tables de la base de données si elles n'existent pas
|
||||
GestionBDD.creerTableUtilisateurSiAbsente();
|
||||
GestionBDD.creerTableScoreSiAbsente();
|
||||
|
||||
JFrame fenetre = new JFrame();
|
||||
|
||||
this.utilisateurId = utilisateurId;
|
||||
|
||||
@@ -9,4 +9,5 @@ public class LineaAppli {
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user