home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / handson / archive / Issue159 / files / copyjava.exe / ex2 / GIFLake$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-10-03  |  947 b   |  21 lines

  1. import java.awt.event.MouseAdapter;
  2. import java.awt.event.MouseEvent;
  3.  
  4. final class GIFLake$1 extends MouseAdapter {
  5.    // $FF: synthetic field
  6.    private final GIFLake this$0;
  7.  
  8.    public void mouseClicked(MouseEvent var1) {
  9.       if (GIFLake.access$0(this.this$0) != null) {
  10.          GIFLake.access$1(this.this$0, String.valueOf(GIFLake.access$0(this.this$0)));
  11.          this.this$0.getAppletContext().showDocument(GIFLake.access$0(this.this$0), GIFLake.access$2(this.this$0));
  12.       }
  13.  
  14.    }
  15.  
  16.    // $FF: synthetic method
  17.    GIFLake$1(GIFLake var1) {
  18.       this.this$0 = var1;
  19.    }
  20. }
  21.