Not that it would be used by an entry, but is there an easy way to write an application that can be launched both by Web Start and as an imbedded applet?
Are there any performance issues in using applets? Does the browser set the threads to ultra low priority or something?
Do applets respond to events as effectively as web start applications? Why do you have to click on an applet to gain the keyboard focus? Anyone experience dropped keyboard events on some browsers? On a related issue, did anyone notice that if you setup a KeyListener, sometimes you do not get the key released event (this has nothing to do with applets)? I know that no one uses KeyListeners for this competition, but I am not sure at what point in the chain keyboard events get dropped and why.