JFrame to JApplet or JApplet to JApplet
i wish to develop an event handling code. a JFrame contains a buttonn. on clicking that,the frame should disappear and a JApplet should appear. i used setVisible(false) in actionPerformed which worked. the frame disappeared. but for making the applet appear i did call init method of applet. but it dint appear.
can anyone help?
i successfully executed 'Frame->Frame transition' but 'Frame->Applet' or 'Applet->Applet' could not be done. suggest me some solutions