indicates that preloading is done. splash screen should "go away"
()
| 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. |
no test coverage detected