MCPcopy Create free account
hub / github.com/PCGen/pcgen / done

Method done

code/src/java/pcgen/gui3/preloader/PCGenPreloader.java:101–105  ·  view source on GitHub ↗

indicates that preloading is done. splash screen should "go away"

()

Source from the content-addressed store, hash-verified

99 * indicates that preloading is done. splash screen should "go away"
100 */
101 public void done()
102 {
103 GuiAssertions.assertIsNotJavaFXThread();
104 Platform.runLater(() -> primaryStage.close());
105 }
106
107 /**
108 * Primarily exists for testing.

Callers 1

startupWithGUIMethod · 0.95

Calls 2

closeMethod · 0.45

Tested by

no test coverage detected