home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / kepler / kepler.jar / MathTest$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-11-27  |  488 b   |  16 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. class MathTest$1 implements ActionListener {
  5.    // $FF: synthetic field
  6.    private final MathTest this$0;
  7.  
  8.    MathTest$1(MathTest var1) {
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    public void actionPerformed(ActionEvent var1) {
  13.       this.this$0.repaint();
  14.    }
  15. }
  16.