home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / applet / AppletClassLoader$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  762 b   |  22 lines

  1. package sun.applet;
  2.  
  3. import java.io.IOException;
  4. import java.net.URL;
  5. import java.security.PrivilegedExceptionAction;
  6.  
  7. class AppletClassLoader$1 implements PrivilegedExceptionAction {
  8.    // $FF: synthetic field
  9.    private final String val$path;
  10.    // $FF: synthetic field
  11.    private final AppletClassLoader this$0;
  12.  
  13.    AppletClassLoader$1(AppletClassLoader var1, String var2) {
  14.       this.this$0 = var1;
  15.       this.val$path = var2;
  16.    }
  17.  
  18.    public Object run() throws IOException {
  19.       return AppletClassLoader.access$100(new URL(AppletClassLoader.access$000(this.this$0), this.val$path));
  20.    }
  21. }
  22.