How do I convert my applications to applets?

@kosstr12 (245)
United States
July 4, 2008 12:04am CST
I have some test applications that I would like to change to web applets. I have no idea where to start. If someone could tell me how I would go about doing this, or could even turn them into applets for me, Please respond.
1 response
@mr_mlk (364)
6 Aug 08
How have you designed you application? How do you want the applet to work? The simplest way is to replace the main "{J}Frame" with a Applet, and remove any shut down code.
@kosstr12 (245)
• United States
18 Aug 08
Okay Thanks, I'll try that out.