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

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

Introduction

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

The text is from its open source code.

Subclass

java.applet.Applet has subclasses.
Click this link to see all its subclasses.

Constructor

Applet()
Constructs a new Applet.

Method

ClassgetClass()
Returns the runtime class of this Object .
URLgetDocumentBase()
Gets the URL of the document in which this applet is embedded.
StringgetParameter(String name)
Returns the value of the named parameter in the HTML tag.
voidinit()
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
AudioClipnewAudioClip(URL url)
Get an audio clip from the given URL .
voidsetStub(AppletStub stub)
Sets this applet's stub.
voidstart()
Called by the browser or applet viewer to inform this applet that it should start its execution.