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