Possible Duplicate:
Can I delete downloaded JNLP file (Java web start/JWS) from Java application?
Launch webstart without downloading…?
I created a JWS program that starts by clicking an HTML link that takes you to the JNLP file. However, what Chrome browser does, it presents a file download dialog asking if you want to "keep" or "discard" the file. A lot of users oversee that dialog and never click on "keep".
But in some websites I see that that dialog is not present and the JWS is automatically launched. How can I do the same in my case?
Example of direct launch:
http://docs.oracle.com/javase/tutorial/uiswing/layout/box.html