snake fini
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user