How to get rid of the "Java Application" in the status bar?

The title says it all, how do I have my Java Web Start dialog not include the "Jave Application" message in the bottom left status bar area?Regards,NC
[171 byte] By [peelmana] at [2007-10-2 4:38:35]
# 1
In Java 5, open the Java Control Panel | Advanced | Security and uncheck "Show sandbox warning banner".
ChuckBinga at 2007-7-16 0:11:36 > top of Java-index,Desktop,Deploying...
# 2
I am talking about disabling this message from the server side so that no clients who download and use the app see it, not how to disable it from the perspective of one client.So I thought an option in the jnlp file maybe, or a method in some java class?NC
peelmana at 2007-7-16 0:11:36 > top of Java-index,Desktop,Deploying...
# 3
The message is there to warn the client and maintain client security, so there's no way for the applet to eliminate it.
ChuckBinga at 2007-7-16 0:11:36 > top of Java-index,Desktop,Deploying...
# 4
So there is absolutely no way to get rid of this, even with signed certificates and so on? I am surprised because it makes my app look annoying.NC
peelmana at 2007-7-16 0:11:36 > top of Java-index,Desktop,Deploying...
# 5
Signing the app and requesting all permissions will get rid of the status bar.
Herko_ter_Horsta at 2007-7-16 0:11:36 > top of Java-index,Desktop,Deploying...