snake fini
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -29,6 +29,7 @@ public class Sautoir extends JComponent {
|
||||
fenetre.setSize(250, 250);
|
||||
fenetre.setLocation(0, 0);
|
||||
fenetre.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
fenetre.setAlwaysOnTop(true);
|
||||
fenetre.setLayout(layout);
|
||||
for (int i = 0; i != 25; i++) {
|
||||
fenetre.add(new Sautoir());
|
||||
|
||||
BIN
DEV2.1/TP10/05_Degres/Conversion.class
Normal file
BIN
DEV2.1/TP10/05_Degres/Conversion.class
Normal file
Binary file not shown.
BIN
DEV2.1/TP10/05_Degres/Degres.class
Normal file
BIN
DEV2.1/TP10/05_Degres/Degres.class
Normal file
Binary file not shown.
BIN
DEV2.1/TP10/05_Degres/Fenetre.class
Normal file
BIN
DEV2.1/TP10/05_Degres/Fenetre.class
Normal file
Binary file not shown.
BIN
DEV2.1/TP10/05_Degres/GestionJTextField.class
Normal file
BIN
DEV2.1/TP10/05_Degres/GestionJTextField.class
Normal file
Binary file not shown.
BIN
DEV2.1/TP10/05_Degres/Main.class
Normal file
BIN
DEV2.1/TP10/05_Degres/Main.class
Normal file
Binary file not shown.
@@ -7,6 +7,7 @@ public class Fenetre extends JFrame {
|
||||
this.setSize(500, 600);
|
||||
this.setLocation(100, 100);
|
||||
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
this.setAlwaysOnTop(true);
|
||||
this.setLayout(new GridLayout(1, 1));
|
||||
LectureFichier lecture = new LectureFichier();
|
||||
EcritureFichier ecriture = new EcritureFichier("test", lecture.getCoordY(), lecture.getNbPoints());
|
||||
|
||||
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.
Reference in New Issue
Block a user