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