Show SplashScreen Programmatically
Posted
by
leo
on Stack Overflow
See other posts from Stack Overflow
or by leo
Published on 2011-11-20T19:30:10Z
Indexed on
2011/11/21
1:50 UTC
Read the original article
Hit count: 254
java
|splash-screen
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 resources
of 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.
© Stack Overflow or respective owner