How can JApplet pop up another applet?
I'm still a beginner in JApplet... can anyone pls guide me along by telling me how to pop up another JApplet in the same HTML pg and throwing away the previous applet? like JFrame, it can display a new class and dispose the previous class.
pls show me some examples as well. Thanks very much to those who help. :)
Canis
[347 byte] By [
canis19] at [2007-9-26 2:15:50]

Im not sure it cant be done. Html is static, and u cant just insert a new element (applet) in some displaying html (except maybe making the applet rewrite the page and reload it. But u could include another applet in original html, and make it start from the org. applet. Or u could just change the current applet to the new applet.
Stig.