public class SplashScreen extends Object
| Constructor and Description |
|---|
SplashScreen() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImagePath()
Use your own splash image instead of the default one.
|
javafx.scene.Parent |
getParent()
Override this to create your own splash pane parent node.
|
boolean |
visible()
Customize if the splash screen should be visible at all.
|
public javafx.scene.Parent getParent()
public boolean visible()
public String getImagePath()
Copyright © 2018. All rights reserved.