MCPcopy Create free account
hub / github.com/R4gd0ll/LazyAnFuZai / Main

Method Main

src/main/java/Main.java:12–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11public class Main extends Application {
12 public Main() {
13 }
14
15 public void start(Stage primaryStage) throws Exception {
16 Parent root = (Parent)FXMLLoader.load(ResourceUtil.getResource("fxml/Main.fxml"));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected