Convert JApplet to Applet...

webmasterbeta

New Member
I've run into a problem converting my application into an applet. My originalapplication was written using the swing classes. In the app I placed my buttons,textfields, labels, and textarea in a Container set equal to getContentPane().I can't seem to find the 'equivalent' of a getContentPane() method like theone in the JFrame swing component.Any help would be great.Thanks,Chris L.
 
Back
Top