You can change your Java Web Start application's Launch button image, if you don't like the default
Use thebutton or if you have another image that you have standardized on.
deployJava.launchButtonPNG
variable to point to the location of your Launch button's image.Variable:
deployJava.launchButtonPNG
Usage: Providing an alternate image URL
In this example, the Notepad application's Launch button is now an image of Duke waving.
The Notepad application's new Launch button (Duke waving) follows. Click on Duke's image to launch the Notepad application.<script src="http://www.java.com/js/deployJava.js"></script> <script> deployJava.launchButtonPNG='http://java.sun.com/products/jfc/tsc/articles/swing2d/WatermarkDemo/duke_wave.png'; var url = "http://java.sun.com/javase/technologies/desktop/javawebstart/apps/notepad.jnlp"; deployJava.createWebStartLaunchButton(url, '1.6.0'); </script>
Note: If you don't see the example running, you might need to enable the JavaScript interpreter in your browser so that the Deployment Toolkit script can function properly.
codebase
Attribute