home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
-
- class AboutDialog$Action implements ActionListener {
- // $FF: synthetic field
- private final AboutDialog this$0;
-
- public void actionPerformed(ActionEvent event) {
- Object object = ((EventObject)event).getSource();
- if (object == this.this$0.okButton) {
- this.this$0.okButton_Clicked(event);
- }
-
- }
-
- AboutDialog$Action(AboutDialog this$0) {
- this.this$0 = this$0;
- this.this$0 = this$0;
- }
- }
-