diff --git a/IMAGE/lose.jpg b/IMAGE/lose.jpg new file mode 100644 index 0000000..8168361 Binary files /dev/null and b/IMAGE/lose.jpg differ diff --git a/IMAGE/lose.png b/IMAGE/lose.png index 139b8c5..73189dc 100644 Binary files a/IMAGE/lose.png and b/IMAGE/lose.png differ diff --git a/IMAGE/nouveau.jpg b/IMAGE/nouveau.jpg new file mode 100644 index 0000000..e81d9b2 Binary files /dev/null and b/IMAGE/nouveau.jpg differ diff --git a/IMAGE/quitter.jpg b/IMAGE/quitter.jpg new file mode 100644 index 0000000..61e8d18 Binary files /dev/null and b/IMAGE/quitter.jpg differ diff --git a/IMAGE/reprendre.jpg b/IMAGE/reprendre.jpg new file mode 100644 index 0000000..a47a87c Binary files /dev/null and b/IMAGE/reprendre.jpg differ diff --git a/IMAGE/reprendre.png b/IMAGE/reprendre.png new file mode 100644 index 0000000..c883774 Binary files /dev/null and b/IMAGE/reprendre.png differ diff --git a/IMAGE/sav.png b/IMAGE/sav.png index dcda6ae..c0ba49b 100644 Binary files a/IMAGE/sav.png and b/IMAGE/sav.png differ diff --git a/IMAGE/win.png b/IMAGE/win.png index bb8fc4b..2dae96e 100644 Binary files a/IMAGE/win.png and b/IMAGE/win.png differ diff --git a/plateau.class b/plateau.class index 69ba50d..cec6f72 100644 Binary files a/plateau.class and b/plateau.class differ diff --git a/plateau.java b/plateau.java index 836fb2a..1e6f2c0 100644 --- a/plateau.java +++ b/plateau.java @@ -487,7 +487,6 @@ Mettre les bloc try catch au bon endroit this.fenetre= new JFrame("démineur"); this.fenetre.setLocation(0,0); this.fenetre.setSize(1600, 1000); - this.fenetre.setVisible(true); this.fenetre.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); this.fenetre.setLayout(new FlowLayout()); JPanel pan1 = new JPanel(); @@ -505,6 +504,6 @@ Mettre les bloc try catch au bon endroit this.fenetre.add(pan1); this.fenetre.add(pan2); this.fenetre.add(pan3); - //nous ajustons la fenetre a la taille de son contenue volontairement grand qui poussera sûrment un plein ecran (2000x2000) + this.fenetre.setVisible(true); } } \ No newline at end of file diff --git a/sauvegarde.data b/sauvegarde.data index 5a1668e..26421a0 100644 Binary files a/sauvegarde.data and b/sauvegarde.data differ