At JavaOne one of the demos was a “draggable applet”, where an applet was dragged out of the browser and onto the desktop.
So what are the advantages/disadvantages of this feature for game developers? So far I’ve got:
Advantages:
- Easier for developers to provide both webstart and applet versions
- “Dragged” applets can provide a link on the user’s start menu.
Disadvantages: - It might be difficult to communicate to the user that the applet can be dragged outside the browser.
- Many applet games make revenue off of ads (Google AdSense), which won’t be shown when the game is started separate from the browser.
What are your thoughts? Are you interested in this feature?
Edit: Tech info here: https://jdk6.dev.java.net/plugin2/#EXPERIMENTAL_FUNCTIONALITY
