home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / kepler / kepler.jar / kepler$7.class (.txt) < prev    next >
Encoding:
Java Class File  |  2003-01-06  |  540 b   |  20 lines

  1. import java.awt.Frame;
  2. import java.awt.event.WindowAdapter;
  3. import java.awt.event.WindowEvent;
  4.  
  5. class kepler$7 extends WindowAdapter {
  6.    // $FF: synthetic field
  7.    private final Frame val$helpFrame;
  8.    // $FF: synthetic field
  9.    private final kepler this$0;
  10.  
  11.    kepler$7(kepler var1, Frame var2) {
  12.       this.this$0 = var1;
  13.       this.val$helpFrame = var2;
  14.    }
  15.  
  16.    public void windowClosing(WindowEvent var1) {
  17.       this.val$helpFrame.setVisible(false);
  18.    }
  19. }
  20.