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.
Thanks for your great help.
I thought there isn’t really any function which does this, so I just coded a JFrame, which I can show instead of the Splash screen on launch. For the case that someone could need the code also I just post it here: