JMDisposeAppletViewer
Removes an applet.
OSStatus JMDisposeAppletViewer (JMAppletViewerRef viewer);
viewer- The instantiated applet to remove.
- function result
- A result code. See "JManager Result Codes" (page 69) for a list of result codes that JManager may return in this field.
DISCUSSION
Calling theJMDisposeAppletLocatorfunction first halts execution of the applet if necessary. This function also disposes of the applet's frame (if visible) and any other frames created by the applet.SEE ALSO
TheJMNewAppletViewerfunction (page 42).