| abbot.script.AppletSecurityManager
AppletSecurityManager | public class AppletSecurityManager extends sun.applet.AppletSecurity (Code) | | This security manager extends sun.applet.AppletSecurity b/c
AppletViewer does some casts that assume that is the only security
manager that will be installed. It has to permit everything, though, or
the framework will be hampered. Because of this, it isn't a reliable test
of an applet responding well to restricted permissions.
|
removeOnExit | boolean removeOnExit(Code) | | |
checkExit | public void checkExit(int status)(Code) | | |
|
|