This commit is contained in:
Simoes Lukas
2025-02-25 15:23:34 +01:00
parent 3891eea685
commit 422a41d232
5 changed files with 44 additions and 14 deletions

Binary file not shown.

View File

@@ -1,12 +0,0 @@
public class Main {
public static void main(String[] args) {
JFrame fenetre = new JFrame();
Sautoir test = new Sautoir();
// on configure la fenetre
fenetre.setSize(500, 500);
fenetre.setLocation(0, 0);
fenetre.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
fenetre.add(test);
fenetre.setVisible(true);
}
}

Binary file not shown.