If you have enabled a splash screen
for a launcher, you will want to hide it once the application
startup is finished. The splash will be hidden automatically as soon as your application opens the
first window.
However, you might want to hide the splash screen programmatically or update the contents of the status text line on the splash screen during the startup phase to provide more extensive feedback to your users. |
With the install4j launcher client API you can
i4jruntime.jar
to the classpath.
i4jruntime.jar can be found in the resource directory of your
install4j installation.
|