home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #1 / Datatid-2000-01.iso / Internet / SPLASH / SPLASH12.EXE / data1.cab / Plugins / Digi_Clock / Variables.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-12-18  |  656 b   |  8 lines

  1. public class Variables {
  2.    public static final String program = new String("Cyno's DigiClock");
  3.    public static final String version = new String("3.0");
  4.    public static final String company = new String("Cynosure.X International");
  5.    public static final String copyright = new String("Copyright (C) 1997, 1998 by Chieh Cheng.");
  6.    public static final String right = new String("All Rights Reserved.");
  7. }
  8.