ajout image

This commit is contained in:
martins 2022-05-19 12:33:51 +02:00
parent 21f73455c3
commit 9fa232d759
11 changed files with 1 additions and 2 deletions

BIN
IMAGE/lose.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 93 KiB

BIN
IMAGE/nouveau.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
IMAGE/quitter.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
IMAGE/reprendre.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
IMAGE/reprendre.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

View File

@ -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);
}
}

Binary file not shown.