Converting an App to an Applet

Hi,



I have completed a full game in JME using Java Webstart. I overcame all the JNLP hurdles etc, but now I want the game to run within the browser so I am guessing I have to make it an Applet. I have never made an Applet. Anyone have any good tips/tutorials on migrating a working app into an applet?



Thanks


if you use SimpleApplet SimplePassApplet or StandardApplet, you don't have to convert much.

Thanks,



As I said before though I have never made an applet. Could you be a bit more specific on the details? I am a relative Java noob.



Cheers


Did you check out TestSimpleapplet and TestStandardApplet etc ?



for deploying the lwjgl wiki explains most things.

http://www.lwjgl.org/wiki/doku.php/lwjgl/tutorials/applet

Tru dat!