home *** CD-ROM | disk | FTP | other *** search
- package sun.applet;
-
- import java.net.URL;
- import java.security.PrivilegedAction;
-
- class AppletPanel$3 implements PrivilegedAction {
- // $FF: synthetic field
- private final URL val$codebase;
- // $FF: synthetic field
- private final AppletPanel this$0;
-
- AppletPanel$3(AppletPanel var1, URL var2) {
- this.this$0 = var1;
- this.val$codebase = var2;
- }
-
- public Object run() {
- AppletClassLoader var1 = this.this$0.createClassLoader(this.val$codebase);
- Class var2 = this.getClass();
- synchronized(var2) {
- AppletClassLoader var3 = (AppletClassLoader)AppletPanel.access$000().get(this.val$codebase);
- if (var3 == null) {
- AppletPanel.access$000().put(this.val$codebase, var1);
- return var1;
- } else {
- return var3;
- }
- }
- }
- }
-