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

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. class kepler$25 implements ActionListener {
  5.    // $FF: synthetic field
  6.    private final kepler this$0;
  7.  
  8.    kepler$25(kepler var1) {
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    public void actionPerformed(ActionEvent var1) {
  13.       kepler var10000 = this.this$0;
  14.       var10000.xScl *= (double)1.25F;
  15.       var10000 = this.this$0;
  16.       var10000.yScl *= (double)1.25F;
  17.       this.this$0.drawBkg();
  18.       this.this$0.reset();
  19.       if (this.this$0.running) {
  20.          this.this$0.running = false;
  21.          this.this$0.runB.dispatchEvent(new ActionEvent(this.this$0.runB, 1001, ""));
  22.       }
  23.  
  24.       this.this$0.repaint();
  25.    }
  26. }
  27.