Make a package for all the Menu class

This commit is contained in:
Mat
2023-05-01 12:31:27 +02:00
parent ee0350c251
commit 644af67a55
4 changed files with 12 additions and 5 deletions

View File

@ -25,8 +25,6 @@ public class Controller extends Application {
//set up the page
stage = primaryStage;
stage.setTitle("ROAD TO MASTER YOU");
stage.setScene(MenuAcceuil);
stage.show();
}