home *** CD-ROM | disk | FTP | other *** search
- import com.sun.java.swing.JOptionPane;
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class SwingSet$12 implements ActionListener {
- // $FF: synthetic field
- private final SwingSet this$0;
-
- public void actionPerformed(ActionEvent var1) {
- JOptionPane.showMessageDialog(this.this$0, "Plain message");
- }
-
- // $FF: synthetic method
- SwingSet$12(SwingSet var1) {
- this.this$0 = var1;
- }
- }
-