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

Method cancel

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

Source from the content-addressed store, hash-verified

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

Callers 1

startMethod · 0.95

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected