Java java.applet AppletContext fields, constructors, methods, implement or subclass

Example usage for Java java.applet AppletContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.applet AppletContext.

The text is from its open source code.

Implementation

java.applet.AppletContext has the following implementations.
Click this link to see all its implementation.

Method

voidshowDocument(URL url, String target)
Requests that the browser or applet viewer show the Web page indicated by the url argument.
voidshowDocument(URL url)
Requests that the browser or applet viewer show the Web page indicated by the url argument.