home *** CD-ROM | disk | FTP | other *** search
- package sun.applet;
-
- import java.security.PrivilegedAction;
-
- final class AppletClassLoader$4 implements PrivilegedAction {
- // $FF: synthetic field
- final AppletClassLoader this$0;
-
- AppletClassLoader$4(AppletClassLoader var1) {
- this.this$0 = var1;
- }
-
- public Object run() {
- AppletClassLoader.access$202(this.this$0, new AppletThreadGroup(AppletClassLoader.access$000(this.this$0) + "-threadGroup"));
- AppContextCreator var1 = new AppContextCreator(AppletClassLoader.access$200(this.this$0));
- var1.setContextClassLoader(this.this$0);
- synchronized(var1.syncObject) {
- var1.start();
-
- try {
- var1.syncObject.wait();
- } catch (InterruptedException var5) {
- }
-
- AppletClassLoader.access$302(this.this$0, var1.appContext);
- return null;
- }
- }
- }
-