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

  1. import java.awt.event.WindowAdapter;
  2. import java.awt.event.WindowEvent;
  3.  
  4. final class Notepad$AppCloser extends WindowAdapter {
  5.    public void windowClosing(WindowEvent var1) {
  6.       System.exit(0);
  7.    }
  8. }
  9.