Java Applets

Simple Clock

Last Updated: February 21, 1996

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


Example of Simple Clock


Installation

To install the Java Simple Clock onto your Virtual Server, you will need to telnet 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/Clock.tar

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

  <applet codebase="/Java/Clock" code="Clock2.class" width=165 height=140>
  </applet>

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

http://java.sun.com


Documentation and Source Code

Documentation

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

http://java.sun.com/applets/applets/Clock/index.html
 

Source Code

The source code for the Simple Clock was written by Rachel Gollub.
 


Copyright © 1996, Last Modified: 4 November 1996 A Little Technology Shoppe. All rights reserved. All brand names and product names used on these web pages are trademarks, or trade names of their respective holders.