Free since 2005 · No login required
AT

Academic Tutorials

Learn at your own pace

site-mobile-top-banner · 320x50

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.