modification makefile + transsition fenetre pair programing

This commit is contained in:
2024-10-26 17:40:26 +02:00
parent 5bef75ddba
commit f5c3fa6149
31 changed files with 24 additions and 5 deletions

View File

@@ -16,10 +16,7 @@ public class Main {
MenuModel model = new MenuModel();
MenuView view = new MenuView();
JFrame frame = new JFrame(" Menu");
frame.setSize(1500, 750);
frame.setLocation(0, 0);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
JFrame frame = App.getInstance();
frame.add(view);
// Créer le contrôleur