With the exe4j launcher API you can
-
Hide the splash screen programatically
Invoke the static method com.exe4j.Controller.hide()
as soon as you wish to hide the splash screen.
-
Update the status text line
Invoke the static method
com.exe4j.Controller.writeMessage(String message)
to change the text in the status line.
The launcher API of exe4j is
contained in exe4jlib.jar which can be found in the top level directory
of your exe4j installation.
Note: you do not have to add it to the
classpath of your application and distribute it along with it, since that file
is always contained in the executable.
|