Show SplashScreen Programmatically
- by leo
I'm currently working on a Java Application and it's my first Java App. So I created a file Splash.png and placed it into the source folder resourcesof the application.
I already managed it to show the Splash image on startup, with the JVM param -splash:resources/Splash.png, but my question is;
How can I show this splash screen again, but programmatically?
I need this functionality for the About menu item.