home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / May / JBUILDER / JSAMPLES.Z / MetalworksFrame$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-30  |  696 b   |  17 lines

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