Skip to content
Snippets Groups Projects
Commit 0d65ce76 authored by Sami Zouari's avatar Sami Zouari
Browse files

2eme commit test

parent 97eaf72d
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ public class HelloApplication extends Application { ...@@ -19,6 +19,7 @@ public class HelloApplication extends Application {
Button bouton = new Button("Jouer"); Button bouton = new Button("Jouer");
border.setBottom(bouton); border.setBottom(bouton);
bouton.setOnAction(new Ecouteur()); bouton.setOnAction(new Ecouteur());
stage.setScene(new Scene(border, 400, 400)); stage.setScene(new Scene(border, 400, 400));
stage.show(); stage.show();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment