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

  1. import com.sun.java.swing.JOptionPane;
  2. import java.awt.event.ActionEvent;
  3. import java.awt.event.ActionListener;
  4.  
  5. final class SwingSet$12 implements ActionListener {
  6.    // $FF: synthetic field
  7.    private final SwingSet this$0;
  8.  
  9.    public void actionPerformed(ActionEvent var1) {
  10.       JOptionPane.showMessageDialog(this.this$0, "Plain message");
  11.    }
  12.  
  13.    // $FF: synthetic method
  14.    SwingSet$12(SwingSet var1) {
  15.       this.this$0 = var1;
  16.    }
  17. }
  18.