home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VCafe / WDESAMPL.BIN / Click0$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-14  |  463 b   |  9 lines

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