home *** CD-ROM | disk | FTP | other *** search
- public class DigiClock {
- public static void main() {
- WebClock var0 = new WebClock();
- new AppletFrame(Variables.program, var0);
- }
-
- public static void main(String[] var0) {
- if (var0.length == 1 && var0[0].equals("version")) {
- System.out.print("\n" + Variables.program + " " + Variables.version + " by " + Variables.company + "\n");
- System.out.print(Variables.copyright + " " + Variables.right + "\n");
- } else {
- main();
- }
- }
- }
-