| Package | Description | 
|---|---|
| net.sourceforge.jnlp | This package contains the classes that represent the parts of a Java Network
 Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file
 as an application, applet, or installer. | 
| net.sourceforge.jnlp.runtime | This package contains the classes that manage the secure runtime environment
 for JNLP apps. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AppletInstance | Launcher. createApplet(JNLPFile file,
            boolean enableCodeBase,
            java.awt.Container cont)Create an AppletInstance. | 
| AppletInstance | NetxPanel. getAppInst() | 
| Constructor and Description | 
|---|
| AppletEnvironment(JNLPFile file,
                 AppletInstance appletInstance)Create a new applet environment for the applet specified by
 the JNLP file, in a new frame. | 
| AppletEnvironment(JNLPFile file,
                 AppletInstance appletInstance,
                 java.awt.Container cont)Create a new applet environment for the applet specified by
 the JNLP file. |