netx.jnlp.runtime
Class AppletInstance
public class AppletInstance
Represents a launched application instance created from a JNLP
file. This class does not control the operation of the applet,
use the AppletEnvironment class to start and stop the applet.
AppletInstance(JNLPFile file, ThreadGroup group, ClassLoader loader, Applet applet) - Create a New Task based on the Specified URL
|
addApplicationListener , addWindow , destroy , finalize , fireDestroyed , getClassLoader , getJNLPFile , getThreadGroup , getTitle , initialize , installEnvironment , isRunning , removeApplicationListener |
AppletInstance
public AppletInstance(JNLPFile file,
ThreadGroup group,
ClassLoader loader,
Applet applet)
Create a New Task based on the Specified URL
getApplet
public Applet getApplet()
Returns the applet.
getAppletEnvironment
public AppletEnvironment getAppletEnvironment()
Returns the applet environment.
isResizable
public boolean isResizable()
Returns whether the applet is resizable.
setResizable
public void setResizable(boolean resizable)
Sets whether the applet is resizable or not. Applets default
to being not resizable.