()
| 496 | } |
| 497 | |
| 498 | public static void cancel() { |
| 499 | Main.main_primaryStage.getScene().setRoot(LoginScreen.main_root); // Changes the scene to the Login screen |
| 500 | System.out.println("[Profile Creation Canceled]"); |
| 501 | } |
| 502 | |
| 503 | public static void exit() { |
| 504 | Main.main_primaryStage.getScene().setRoot(LoginScreen.main_root); // Changes the scene to the Login screen |