Nuancier
This commit is contained in:
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user