Is there a way to reload/refresh a java applet from within the applet itself?
- by DJ Tanner
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:
Refresh the applet itself without having to refresh the browser
Refresh the entire browser
Is this possible from within the applet?