How do I show a splash screen from the command-line for my program?
Created May 8, 2012
John Zukowski With JDK 6.0, there is a
-splash
option for java
, as in java -splash:Hello.png HelloWorld
.