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

test

parent 0d65ce76
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ public class HelloApplication extends Application {
border.setBottom(bouton);
bouton.setOnAction(new Ecouteur());
stage.setScene(new Scene(border, 400, 400));
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