home *** CD-ROM | disk | FTP | other *** search
- package dsntool;
-
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
- import java.util.EventObject;
-
- class MsgBox$SymWindow extends WindowAdapter {
- // $FF: synthetic field
- private final MsgBox this$0;
-
- public void windowClosing(WindowEvent var1) {
- Object var2 = ((EventObject)var1).getSource();
- if (var2 == this.this$0) {
- this.this$0.MsgBox_WindowClosing(var1);
- }
-
- }
-
- MsgBox$SymWindow(MsgBox var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- }
- }
-