Movatterモバイル変換


[0]ホーム

URL:


Java™ Platform
Standard Ed. 7

Package java.applet

Provides the classes necessary to create an applet and the classes an appletuses to communicate with its applet context.

See: Description

Package java.applet Description

Provides the classes necessary to create an applet and the classes an appletuses to communicate with its applet context.

The applet framework involves twoentities: theapplet and theapplet context. An applet is an embeddable window (see the Panel class) with a few extra methods that the applet context can use to initialize, start, and stop the applet.

The applet context is an application that is responsible for loading and runningapplets. For example, the applet context could be a Web browser or an appletdevelopment environment.

Since:
JDK1.0
Java™ Platform
Standard Ed. 7


[8]ページ先頭

©2009-2025 Movatter.jp