home *** CD-ROM | disk | FTP | other *** search
- public class Variables {
- public static final String program = new String("Cyno's DigiClock");
- public static final String version = new String("3.0");
- public static final String company = new String("Cynosure.X International");
- public static final String copyright = new String("Copyright (C) 1997, 1998 by Chieh Cheng.");
- public static final String right = new String("All Rights Reserved.");
- }
-