MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / exit

Method exit

src/main/java/exitcode/LoginScreen.java:503–506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

501 }
502
503 public static void exit() {
504 Main.main_primaryStage.getScene().setRoot(LoginScreen.main_root); // Changes the scene to the Login screen
505 System.out.println("[Profile Creation Completed]");
506 }
507
508}
509

Callers 2

createMethod · 0.95
handleMethod · 0.80

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected