public class SplashScreenLoader
extends javafx.application.Preloader
| Constructor and Description |
|---|
SplashScreenLoader() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Scene |
createScene() |
void |
handleApplicationNotification(javafx.application.Preloader.PreloaderNotification notification) |
void |
start(javafx.stage.Stage stage) |
handleErrorNotification, handleProgressNotification, handleStateChangeNotificationpublic void start(javafx.stage.Stage stage)
throws java.lang.Exception
start in class javafx.application.Applicationjava.lang.Exceptionpublic javafx.scene.Scene createScene()
public void handleApplicationNotification(javafx.application.Preloader.PreloaderNotification notification)
handleApplicationNotification in class javafx.application.Preloader