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$15 implements ActionListener {
- // $FF: synthetic field
- private final SwingSet this$0;
-
- public void actionPerformed(ActionEvent var1) {
- String var2 = JOptionPane.showInputDialog(this.this$0, "Please enter your name:");
- if (var2 != null) {
- Object[] var3 = new Object[]{"Thank you for using SWING ", var2};
- JOptionPane.showMessageDialog(this.this$0, var3);
- }
-
- }
-
- // $FF: synthetic method
- SwingSet$15(SwingSet var1) {
- this.this$0 = var1;
- }
- }
-