home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / May / JBUILDER / JSAMPLES.Z / SampleTree$5.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-30  |  801 b   |  9 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. final class SampleTree$5 implements ActionListener {
  5.    public void actionPerformed(ActionEvent var1) {
  6.       System.exit(0);
  7.    }
  8. }
  9.