Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
create
Method · 0.95
handle
Method · 0.80
Calls
1
println
Method · 0.45
Tested by
no test coverage detected