home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / kepler / kepler.jar / About$6.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-12-10  |  487 b   |  16 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. class About$6 implements ActionListener {
  5.    // $FF: synthetic field
  6.    private final About this$0;
  7.  
  8.    About$6(About var1) {
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    public void actionPerformed(ActionEvent var1) {
  13.       this.this$0.setVisible(false);
  14.    }
  15. }
  16.