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

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. class kepler$23 implements ActionListener {
  5.    // $FF: synthetic field
  6.    private final kepler this$0;
  7.  
  8.    kepler$23(kepler var1) {
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    public void actionPerformed(ActionEvent var1) {
  13.       this.this$0.vfD = 0.22362;
  14.       if (this.this$0.running) {
  15.          this.this$0.runB.setLabel("run");
  16.          this.this$0.running = false;
  17.       } else {
  18.          this.this$0.runB.setLabel("pause");
  19.          this.this$0.running = true;
  20.       }
  21.  
  22.    }
  23. }
  24.