netscape.applet (Java package)

The root node of the Java hierarchy where the applets are built. A shortcut to the Packages.netscape.applet package.

Availability:

JavaScript - 1.1
Netscape - 3.0

This property returns a Java package that is encapsulated inside a JavaScript object belonging to the JavaPackage class.

You need to know quite a lot about the underlying Java objects to make use of this because the properties and methods it supports are not exposed in an enumerable fashion. This means you would have difficulty in writing a JavaScript inspector to examine these objects.

See also:JavaPackage object