home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class kepler$27 implements ActionListener {
- // $FF: synthetic field
- private final kepler this$0;
-
- kepler$27(kepler var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- ++this.this$0.miss;
- this.this$0.slowDownB.setEnabled(true);
- }
- }
-