|
|
|
@ -144,7 +144,8 @@ public class App extends Application {
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Show the main stage after the splash screen
|
|
|
|
* Show the main stage after the splash screen
|
|
|
|
* @throws Exception
|
|
|
|
* @param stage main stage for application
|
|
|
|
|
|
|
|
* @throws Exception Throws an exception on error
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public void showMainStage(Stage stage) throws Exception {
|
|
|
|
public void showMainStage(Stage stage) throws Exception {
|
|
|
|
App.stage = stage;
|
|
|
|
App.stage = stage;
|
|
|
|
@ -174,8 +175,8 @@ public class App extends Application {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Show the splash screen
|
|
|
|
* Show the splash screen
|
|
|
|
* @param initStage Initial stage
|
|
|
|
* @param initStage Initial stage
|
|
|
|
* @param task
|
|
|
|
* @param task Task for splash screen
|
|
|
|
* @param initCompletionHandler
|
|
|
|
* @param initCompletionHandler initCompletionHandler interface
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private void showSplash(
|
|
|
|
private void showSplash(
|
|
|
|
final Stage initStage,
|
|
|
|
final Stage initStage,
|
|
|
|
|