Hey JGO,
I seem to be having a weird problem where Java Webstart uses a low quality version of the icon I use for the desktop shortcut.
Normal icon:
http://ra4king.is-a-geek.net/games/JDoodleJump/doodle.png
Desktop icon:
Here is my JNLP:
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://ra4king.is-a-geek.net/games/JDoodleJump" href="JDoodleJump.jnlp">
<information>
<title>JDoodle Jump</title>
<vendor>Roi</vendor>
<homepage href="/"/>
<description>JDoodle Jump</description>
<description kind="short">An online remake of the popular iPhone game.</description>
<icon href="doodle.png" width="44" height="42"/>
<icon kind="splash" href="../../roi.png"/>
<offline-allowed/>
<shortcut online="false" install="true">
<desktop/>
<menu submenu="Roi's Website Games"/>
</shortcut>
</information>
<resources>
<jar href="JDoodleJump.jar"/>
</resources>
<application-desc main-class="jdoodlejump.JDoodleJump">
<argument>JavaWS</argument>
<application-desc/>
</jnlp>