<applet-desc>
|
<applet-desc>..</applet-desc>
|
Describes how to startup a Java applet. Contains information about main class, parameters, size and more.
Note, that applets are only supported for easy migration of your existing applets to Web Start.
If you start from scratch, create an application instead.
Attributes
-
main-class=class
, required
- Describes the name of the main applet class without the
.class
extension.
-
name=name
, required
- Describes the name of the applet.
-
width=pixels
, required
- Describes the width of the applet in pixels.
-
height=pixels
, required
- Describes the height of the applet in pixels.
-
documentbase=url
, optional
- Describes the documentbase for the applet as a URL.
Contents
param
*
Appears In
jnlp
Examples