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