1) Put a button on the applet embeded in the web page2) addActionListener to the button, when clicked, create 
a new Frame (Define everything u wanna in the frame)you can even change the icon of the frame

解决方案 »

  1.   

    有一个很简单的方法:
       你再编写applet的时候,首先不要把它写做applet,写作application,然后添加一个html文件,里面的class调用application的主函数就可以了,这样写:
     new main(null);
    具体情节好像是这样,这样的话,applet就会弹出IE页面,不过不要关闭IE页面,否则也会关闭applet的,除非 你没有处理关闭事件
      

  2.   

    jackwind(Jack) £¬is the new frame created by clicking the buttonan application? or an applet? if it's an application,then how can it be download to web client? thank you.further more,can you give me an example?