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$14 implements ActionListener {
- // $FF: synthetic field
- private final SwingSet this$0;
-
- public void actionPerformed(ActionEvent var1) {
- int var2 = JOptionPane.showConfirmDialog(this.this$0, "Is SWING cool?");
- if (var2 == 0) {
- JOptionPane.showMessageDialog(this.this$0, "All right!");
- } else {
- if (var2 == 1) {
- JOptionPane.showMessageDialog(this.this$0, "That is too bad, please send us email describing what you don't like and how we can change it.");
- }
-
- }
- }
-
- // $FF: synthetic method
- SwingSet$14(SwingSet var1) {
- this.this$0 = var1;
- }
- }
-