home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / applet / AppletPanel$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  672 b   |  23 lines

  1. package sun.applet;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. class AppletPanel$2 implements PrivilegedAction {
  6.    // $FF: synthetic field
  7.    private final AppletClassLoader val$loader;
  8.    // $FF: synthetic field
  9.    private final String val$serName;
  10.    // $FF: synthetic field
  11.    private final AppletPanel this$0;
  12.  
  13.    AppletPanel$2(AppletPanel var1, AppletClassLoader var2, String var3) {
  14.       this.this$0 = var1;
  15.       this.val$loader = var2;
  16.       this.val$serName = var3;
  17.    }
  18.  
  19.    public Object run() {
  20.       return this.val$loader.getResourceAsStream(this.val$serName);
  21.    }
  22. }
  23.