home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class kepler$25 implements ActionListener {
- // $FF: synthetic field
- private final kepler this$0;
-
- kepler$25(kepler var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- kepler var10000 = this.this$0;
- var10000.xScl *= (double)1.25F;
- var10000 = this.this$0;
- var10000.yScl *= (double)1.25F;
- this.this$0.drawBkg();
- this.this$0.reset();
- if (this.this$0.running) {
- this.this$0.running = false;
- this.this$0.runB.dispatchEvent(new ActionEvent(this.this$0.runB, 1001, ""));
- }
-
- this.this$0.repaint();
- }
- }
-