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

  1. import java.awt.event.WindowAdapter;
  2. import java.awt.event.WindowEvent;
  3.  
  4. final class GIFletViewer$1 extends WindowAdapter {
  5.    // $FF: synthetic field
  6.    private final GIFletViewer this$0;
  7.  
  8.    public void windowClosing(WindowEvent var1) {
  9.       System.exit(0);
  10.    }
  11.  
  12.    public void windowOpened(WindowEvent var1) {
  13.       GIFletViewer.access$0(this.this$0);
  14.    }
  15.  
  16.    // $FF: synthetic method
  17.    GIFletViewer$1(GIFletViewer var1) {
  18.       this.this$0 = var1;
  19.    }
  20. }
  21.