home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- final class MetalworksFrame$1 extends WindowAdapter {
- // $FF: synthetic field
- private final MetalworksFrame this$0;
-
- public void windowClosing(WindowEvent var1) {
- this.this$0.quit();
- }
-
- // $FF: synthetic method
- MetalworksFrame$1(MetalworksFrame var1) {
- this.this$0 = var1;
- }
- }
-