Uses of Class
net.sourceforge.jnlp.runtime.AppletInstance
-
Packages that use AppletInstance 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. -
-
Uses of AppletInstance in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return AppletInstance Modifier and Type Method Description protected AppletInstance
Launcher. createApplet(JNLPFile file, boolean enableCodeBase, java.awt.Container cont)
Create an AppletInstance. -
Uses of AppletInstance in net.sourceforge.jnlp.runtime
Constructors in net.sourceforge.jnlp.runtime with parameters of type AppletInstance Constructor 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.
-