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

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