Uploaded August 2016 | Updated September 2026, 2 weeks ago
Splash screens are a great way to notify user about loading of program. If your program requires costly processing during the startup, It is nice to add some cool Splash screens.
Learn more about splash screens: genuinecoder.com/javafx-splash-screen-loading-screen
In this video, I have shown how to create Splash screens for your JavaFX program. Unlike what i have shown in the video youtube.com/watch?v=muz6QLIgrC0 , this splash screen will be displayed as a layer before loading main program.
In order to make the splash screen window, I have used StageStyle.UNDECORATED method.
- Genuine Coder
genuinecoder.com
Splash screens are a great way to notify user about loading of program. If your program requires costly processing during the startup, It is nice to add some cool Splash screens.
Learn more about splash screens: genuinecoder.com/javafx-splash-screen-loading-screen
In this video, I have shown how to create Splash screens for your JavaFX program. Unlike what i have shown in the video youtube.com/watch?v=muz6QLIgrC0 , this splash screen will be displayed as a layer before loading main program.
In order to make the splash screen window, I have used StageStyle.UNDECORATED method.
- Genuine Coder
genuinecoder.com










