home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 144 / DPCS0200.iso / Internet / Supanet / system / swing.jar / javax / swing / text / html / FormView$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-05  |  615 b   |  16 lines

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