home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class kepler$23 implements ActionListener {
- // $FF: synthetic field
- private final kepler this$0;
-
- kepler$23(kepler var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.vfD = 0.22362;
- if (this.this$0.running) {
- this.this$0.runB.setLabel("run");
- this.this$0.running = false;
- } else {
- this.this$0.runB.setLabel("pause");
- this.this$0.running = true;
- }
-
- }
- }
-