home *** CD-ROM | disk | FTP | other *** search
- package sun.applet;
-
- import java.security.PrivilegedAction;
-
- class AppletClassLoader$4 implements PrivilegedAction {
- // $FF: synthetic field
- private 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));
- ((Thread)var1).setContextClassLoader(this.this$0);
- Object var2 = var1.syncObject;
- synchronized(var2) {
- ((Thread)var1).start();
-
- try {
- var1.syncObject.wait();
- } catch (InterruptedException var5) {
- }
-
- AppletClassLoader.access$302(this.this$0, var1.appContext);
- return null;
- }
- }
- }
-