How can I load a particular HTML page from within an applet?
Applets are executed within a web browser, and there's an easy way to load show a specific URL.
1. Obtain a reference to the applet context
2. Call the showDocument method, which takes as a parameter a URL object.