home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / knm023.zip / CommonConstants.java < prev    next >
Text File  |  1998-11-02  |  556b  |  13 lines

  1.  
  2. package net.ibm.malamut.newsmail.version;
  3.  
  4. /**
  5.  * Change these constants according to your needs, compile this class,
  6.  * and place it into your classpath before knm.jar to activate the changes.
  7.  */
  8. public final class CommonConstants {
  9.     public static String TITLE = "knm for java v 0.23 [debug version]";  // This gets displayed in the title bar
  10.     public static boolean debugH = true;  // if true, much debug information is directed to stdout
  11.     public static boolean debugL = true;  // if true, a little debug information is directed to stdout
  12.  
  13. }