Constructor SplashScreen
| Edit this page View SourceSplashScreen(Window)
Creates and activates a new splashscreen, and opens the specified window once complete.
Declaration
public SplashScreen(Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | Window to open once splash screen is complete |
SplashScreen(Type)
Creates and activates a new splashscreen, and creates and opens the specified window type once complete.
Declaration
public SplashScreen(Type window)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | window | Type of window to create. Must have an empty constructor |