Example of HORB applet

WClock: remote clock and local clock

(You need appletviewer or Netscape 2.0 or later to run this applet.)

* description

This is a small applet to demonstrate use of HORB with applets.
The class 'Server' is a clock server which has a method that returns
the current time of the server. 

WClock is an applet class. It gets both local time from locally allocated
Server object and remote time from remote time from remotely allocated
Server object at the remote host, then displays the times.

The Proxy object is automatically loaded into appletviewer.

* NOTE

When you alter WClock.java and compile it, exit appletviewer or Netscape
once and reload the class.

* Version

Author: HIRANO Satoshi
Versioin: 1.2

* How to compile and run

c:> horbc Server
c:> javac WClock.java

c:> horb -v

c:> appletviewer wclock.htm   (or  load wclock.html in Netscape)


* Files

	Server.java	time server object
	WClock.java	applet object
	wclock.htm	HTML file that invokes WClock applet
