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