Hi Beena, Yes you can create a new JFrame from within a JApplet.
Will do it. However, your error seems to relate to you trying to place a Frame into an Applet. This is not allowed because an Applet is a container while a Frame is a window. If you just want a container inside an APplet then you should use a Panel. Regards, Manfred.
Beena Thomas
Greenhorn
Joined: Sep 26, 2001
Posts: 5
posted
0
Thanks Manfred. If that is the case is it possible to use an instance of JPanel having a JFileChooser added to its contentpane get displayed in a JApplet. I would appreciate your response