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