你打开包含一个applet的页面时,它会自动检测和download的,不需要你自己关心这方面的操作

解决方案 »

  1.   

    我的网页上有个applet,第一次进入是好的,然后我按下网页上的“后退“,在按下向前回到这页,applet变成一片灰色,没有刷新.则么搬?
      

  2.   

    这不关你的事。
    你可以把页面设置成没有CACHE,每次显示都要刷新就可以
      

  3.   

    in method start(),after you done something you want, you should call repaint() to tell the applet to redraw itself.and you should do the real action of painting in the method paint() of java.applet.Applet