JWS - JNLP - <icon> using .ico-files?
mimoMar 23 2011 — edited Mar 25 2011After reading the enhancements here http://download.oracle.com/javase/6/docs/technotes/guides/javaws/enhancements6.html
I tried to use .ICO-files in the JNLP-<icon>-Tag without success. Also .PNG-files don't work.
The search with google also found only questions but no answers.
Additionally I only found samples using .GIF-files!
We want to use "rounded" pictures for desktop links, thus we need a format with transparent colors support.
Additionally we want to have the ability to use different sizes depending on desktop settings.
The .ICO-file format - out of the box - supports both of that!
Does anyone has a RUNNING sample-JNLP using an .ICO-file or .PNG-file? Or can point me to a solution to that problem?
Running: Java 1.6.0.22, Windows XP & Windows 7
Thanks in advance