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 / javax / swing / JEditorPane$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  892 b   |  20 lines

  1. package javax.swing;
  2.  
  3. import java.net.URL;
  4. import javax.swing.JEditorPane.PageLoader;
  5.  
  6. class JEditorPane$2 implements Runnable {
  7.    // $FF: synthetic field
  8.    private final JEditorPane.PageLoader this$1;
  9.  
  10.    JEditorPane$2(JEditorPane.PageLoader var1) {
  11.       this.this$1 = var1;
  12.    }
  13.  
  14.    public void run() {
  15.       URL var1 = (URL)PageLoader.access$000(this.this$1).getDocument().getProperty("stream");
  16.       String var2 = var1.getRef();
  17.       PageLoader.access$000(this.this$1).scrollToReference(var2);
  18.    }
  19. }
  20.