home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / WindowConstants.class (.txt) < prev   
Encoding:
Java Class File  |  1979-12-31  |  219 b   |  8 lines

  1. package javax.swing;
  2.  
  3. public interface WindowConstants {
  4.    int DO_NOTHING_ON_CLOSE = 0;
  5.    int HIDE_ON_CLOSE = 1;
  6.    int DISPOSE_ON_CLOSE = 2;
  7. }
  8.