Is there a way to reload/refresh a java applet from within the applet itself?

Posted by DJ Tanner on Stack Overflow See other posts from Stack Overflow or by DJ Tanner
Published on 2009-06-25T23:27:04Z Indexed on 2010/06/01 22:43 UTC
Read the original article Hit count: 193

Filed under:
|
|

I have a button on my applet (contained in a browser) that I would like to make reload or refresh the entire applet one of two ways:

  1. Refresh the applet itself without having to refresh the browser
  2. Refresh the entire browser

Is this possible from within the applet?

© Stack Overflow or respective owner

Related posts about java

Related posts about applet