home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2001 December / dppcpro1201.iso / Extras / maple / Viewer / WebEQ / MMLViewerInstall.cab / MMLViewerApplet.cab / com / maplesoft / HotKeyHelpFrame$1.class (.txt) next >
Encoding:
Java Class File  |  2001-05-24  |  539 b   |  18 lines

  1. package com.maplesoft;
  2.  
  3. import java.awt.event.WindowAdapter;
  4. import java.awt.event.WindowEvent;
  5.  
  6. class HotKeyHelpFrame$1 extends WindowAdapter {
  7.    // $FF: synthetic field
  8.    private final HotKeyHelpFrame this$0;
  9.  
  10.    HotKeyHelpFrame$1(HotKeyHelpFrame var1) {
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public void windowClosing(WindowEvent var1) {
  15.       this.this$0.hide();
  16.    }
  17. }
  18.