Hi All,
I'm using Java 6. My JNLP contains desktop shortcut hint:
<shortcut online="true">
<desktop/>
<menu submenu="My company"/>
</shortcut>
Java plugin panel allows to control automatic shortcut creation:
- Always allow
- ...
- Prompt user
- Prompt user if hinted
When I set "Prompt user" or "Prompt user if hinted" shortcut is created without user confirmation.
What I made wrong? Is it bug?