
Opening a Browser in a Browser Window Through an Applet Program
If you want to show online help (HTML Pages or images) through your applet by clicking the Help button or the F1 key or some other icon, you have to invoke the relevant help page in the Browser window.Solution:There is a method in the interface java.applet.AppletContext calledshowDocument(). There are two