From 8bcc0132af70192471dfb8a78fe5de3621f5eede Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Wed, 19 Oct 2022 20:39:30 +0200 Subject: [PATCH] :art: :sparkles: Add creation window, make last name final, prettify --- resources/fxml/MainWindow.fxml | 2 +- resources/fxml/StudentCreationWindow.fxml | 26 +++++++++++++ src/launcher/Launcher.java | 11 +++--- src/model/Student.java | 16 ++------ src/view/MainWindow.java | 46 ++++++++++++++++++++--- src/view/StudentCreationWindow.java | 41 ++++++++++++++++++++ src/viewmodel/PromotionVM.java | 2 - src/viewmodel/StudentVM.java | 13 +------ 8 files changed, 118 insertions(+), 39 deletions(-) create mode 100644 resources/fxml/StudentCreationWindow.fxml create mode 100644 src/view/StudentCreationWindow.java diff --git a/resources/fxml/MainWindow.fxml b/resources/fxml/MainWindow.fxml index 9d01060..cf05a35 100644 --- a/resources/fxml/MainWindow.fxml +++ b/resources/fxml/MainWindow.fxml @@ -22,7 +22,7 @@