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 / text / html / FormView$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  526 b   |  15 lines

  1. package javax.swing.text.html;
  2.  
  3. class FormView$2 implements Runnable {
  4.    // $FF: synthetic field
  5.    private final FormView.SubmitThread this$1;
  6.  
  7.    FormView$2(FormView.SubmitThread var1) {
  8.       this.this$1 = var1;
  9.    }
  10.  
  11.    public void run() {
  12.       this.this$1.loadDocument();
  13.    }
  14. }
  15.