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$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  517 b   |  18 lines

  1. package javax.swing;
  2.  
  3. class JEditorPane$1 implements Runnable {
  4.    // $FF: synthetic field
  5.    private final String val$reference;
  6.    // $FF: synthetic field
  7.    private final JEditorPane this$0;
  8.  
  9.    JEditorPane$1(JEditorPane var1, String var2) {
  10.       this.this$0 = var1;
  11.       this.val$reference = var2;
  12.    }
  13.  
  14.    public void run() {
  15.       this.this$0.scrollToReference(this.val$reference);
  16.    }
  17. }
  18.