> Hi,
>
> I have a big applet. I need to display another applet
> when I double click over a JButton. Is this possible?
> how?
An applet cannot live allone. You must show a new Web page containing the applet:
getAppletContext().showDocument(URL url, String target)