So I have a pretty basic Java app I have been writing in Eclipse. I now have realized somewhat late that I want this to run as an applet on my website.
How do I setup JApplet? (assuming this is what I need to use)
Is there any "quick fixes" for assuring that the app will be able to be used as an applet?