reload applet without affecting rest of webpage.
807588Jan 19 2009 — edited Jan 24 2009I have a webpage that has multiple applets in it. For one of the applets, I want to have a restart button that will essentially reload the applet without affecting the rest of the webpage. I see mentions of getAppletContext().showDocument(url) on other forums. But all of them seem to refresh the entire webpage.
The start(), stop(), destroy() methods don't work for my circumstance. Thanks.