2.3.5.
Element applet_desc
The applet-desc element describes how to launch a Java Technology-based
Applet. It contains information about, e.g., the main class, size, and
parameters.
Properties
Name |
Description |
Required |
documentbase |
The documentbase attribute of the applet-desc element describes the
documentbase for the applet as a URL.
|
no |
main_class |
The main-class attribute of the applet-desc element describes the name
of the main Applet class.
|
yes |
name |
The name attribute of the applet-desc element describes the name of the
Applet.
|
yes |
width |
The width attribute of the applet-desc element describes the width of
the Applet in pixels.
|
yes |
height |
The height attribute of the applet-desc element describes the height of
the Applet in pixels.
|
yes |