home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class About$6 implements ActionListener {
- // $FF: synthetic field
- private final About this$0;
-
- About$6(About var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.setVisible(false);
- }
- }
-