home *** CD-ROM | disk | FTP | other *** search
- package javax.help;
-
- import java.awt.event.WindowAdapter;
- import java.awt.event.WindowEvent;
-
- class DefaultHelpBroker$1 extends WindowAdapter {
- // $FF: synthetic field
- private final DefaultHelpBroker this$0;
-
- DefaultHelpBroker$1(DefaultHelpBroker var1) {
- this.this$0 = var1;
- }
-
- public void windowClosing(WindowEvent var1) {
- DefaultHelpBroker.access$000("modal window closing");
- if (this.this$0.dialog.isShowing()) {
- this.this$0.dialog.hide();
- }
-
- if (this.this$0.ownerWindow != null) {
- this.this$0.ownerWindow.removeWindowListener(this.this$0.dl);
- }
-
- this.this$0.ownerWindow = null;
- this.this$0.modalDeactivated = true;
- }
- }
-