Swing Question, please help

wxdqz

New Member
I know how to tell a browser containing an awt applet to display HTML generatedfrom within the browser. My question is whether the same thing can be donewith a JApplet? I've all the cessary plug-ins and i've tried doing what idid with an awt applet but doesn't work. Does have to do with the fact thatJApplet uses a JRootPane? Can anyone please help me with this?If it's not possible to do that, then I'd have to change my JApplet to anawt applet. Can that be done without needing to change all my swing componentsto that of AWT? If I do have to change, can someone please tell me what isthe equivalent of a JTable, and JOptionPane in AWT? Please help. Thanks.
 
Top