Package com.treasure.hunt.view
Class SplashScreenLoader
- java.lang.Object
-
- javafx.application.Application
-
- javafx.application.Preloader
-
- com.treasure.hunt.view.SplashScreenLoader
-
public class SplashScreenLoader extends javafx.application.Preloader
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static javafx.stage.Stage
splashScreen
-
Constructor Summary
Constructors Constructor Description SplashScreenLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.scene.Scene
createScene()
void
start(javafx.stage.Stage stage)
-
Methods inherited from class javafx.application.Preloader
handleApplicationNotification, handleErrorNotification, handleProgressNotification, handleStateChangeNotification
-
-