revert revert 34eae23b17

revert snake fini
This commit is contained in:
2025-11-08 19:46:46 +01:00
parent c86168003e
commit 0a7a56c388
46 changed files with 59 additions and 59 deletions

Binary file not shown.

Binary file not shown.

View File

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