JavaFX Splash Screen 2 : Loading In a Seperate Window

Опубликовано: 10 Октябрь 2024
на канале: Genuine Coder
33,262
301

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: http://www.genuinecoder.com/javafx-sp...

In this video, I have shown how to create Splash screens for your JavaFX program. Unlike what i have shown in the video    • JavaFX Splash Screen / Welcome Screen...   , 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
http://www.genuinecoder.com/