users@glassfish.java.net

Re: Web Start icon?

From: <glassfish_at_javadesktop.org>
Date: Mon, 12 Feb 2007 19:52:35 PST

Do you mean - once the web-start app is installed? like a desktop icon? If so, you are looking in the wrong place for information, you should take a quick look at the jnlp spec. It also specifies many other important things like menu location, etc so it is worth a read.

http://java.sun.com/products/javawebstart/download-spec.html

If I understand you correctly, it would just be the icon element which is inside the info element of the jnlp file something like

...
<information>
   <icon href="http://www.mysite.com/images/icon.gif">
</information>
...
[Message sent by forum member 'jland' (jland)]

http://forums.java.net/jive/thread.jspa?messageID=203565