Click here to return to Newclient Main Help Page


Back


Last Updated: February 25, 1998

Digital Clock

  1. Example
  2. Installation
  3. Documentation and Source Code


Example of Digital Clock

  • [You will need a Java capable browser to view this applet]


Installation

To install the Java Digital Clock onto your Virtual Server, you will need to telnet or SSH to your Virtual Server and then do the following steps:

  1. cd   (this will put you in your home directory)
  2. tar -xvf /usr/local/contrib/DClock.tar

The HTML source below represents the applet definition for the Digital Clock.

<applet codebase="/Java/DClock" code="Clock2.class" width=275 height=30> 
<param name="FontFamily" value="TimesRoman"> 
<param name="FontSize" value="20"> 
<param name="DateFmt" value="%c"> 
<param name="BGCol" value="f0f0f0"> </applet> 

If you are unfamiliar with JAVA, or would like to learn more about JAVA: Programming for the Internet, the following URL is an excellent resource:

http://java.sun.com


Documentation and Source Code

Documentation

More information about the Digital Clock can be obtained at the following URL:
(The URL below was known to be valid as of February 25, 1998)

http://www.netscape.com/people/pthomsen/clock/index.html
 

Source Code

The source code for the Digital Clock was written by Per Reedtz Thomsen.
 


top


bd