WorldTimeClock Owner's Manual ============================ The complete Package includes the following files: 1. the Owner's manual WorldTimeClock.txt -- this file 2. the 1 program jar file WorldTimeClock.jar Insides the jar file are the following class files: -- WorldTimeClock.class -- ClockData.class -- ColorValue.class -- Rect.class -- RectFrame.class To install: 1. Make sure you have downloaded the jar file in binary mode. 2. put the jar file into a subdirectory anywhere in your web document tree. For example: http://www.mysite.com/applets/clock/ 3. Add the tag to the HTML page on which you wish to have the clock running. Make sure the value for CODEBASE is specified correctly. 4. Done. Sample Applet Tag and description: Description of the applet parameters: CODEBASE value: set to wherever you store the clock jar file. CODE="WorldTimeClock.class" Do not change. WIDTH Default: none Description: clock width HEIGHT Default: none Description: clock height Author Value="Java ClockShop" Description: do not change Clock1 [Clock2|...|Clockn] Value="ID,Location" Default: none Description: Specified the desired time zone(s). ID specifies the TimeZone ID for the clock. If an unrecognized TimeZone ID string is used, the default will be set to GMT and no daylight saving time will be used. For a list of recognized Java Time Zone ID values, please see http://www.cargobay.com/clockshop/TimeZone.txt Time zones must be specified as contiguous numbers from 1 to n. See the sample tag above. Location is the description that the clock will use to represent the specified time zone. If your location is not in the list of recognized IDs, you can use one of the IDs that are in the same time zone as yours and set the Location to the name you prefer. BackgroundColor Value: black|blue|cyan|darkgray|gray |green|lightGray|magenta|orange |pink|red|white|yellow or RGB values: rrggbb or #rrggbb Default: lightGray Description: the color used for clock background. ClockColor Value: same as BackgroundColor Default: lightGray Description: the color used for displaying the clock digits ClockFontName Value: Helvetica|TimesRoman|Courier|Dialog|DialogInput ... Default: TimesRoman Description: the name of the font used to display the digits. ClockFontStyle Value: plain | italic | bold | boldItalic Default: bold Description: the style of the font used to display the digits ClockFontSize Value: a positive integer (minimum 3) Default: 14 Description: the desired font point size for the digits. LocationColor Value: same as BackgroundColor Default: black Description: the color used for displaying the location LocationFontName Value: same as ClockFontName Default: TimesRoman Description: the name of the font used to display the location. LocationFontStyle Value: same as ClockFontStyle Default: italic Description: the style of the font used to display the location LocationFontSize Value: a positive integer (minimum 3) Default: 10 Description: the desired font point size for the location. ShowSecond: Value: yes | no Default: yes Description: Set it to no, if you want the clock to display only 'hh:mm' ShowFrame: Value: yes | no Default: yes Description: Set it to YES, if you want the clock to have a clock frame. FrameStyle VALUE= "normal" | "etchedin" | "etchedout" | "raised" | "inset" Default: normal Description: The style of the clock frame. FrameThickness VALUE=positive integer Default=4 Description: Specify the thicknesss of the clock frame. FrameColor VALUE=same as ForegroundColor Default=lightGray Description: The color used to paint the clock frame. OutBevel VALUE=postive integer Default=3 Description: Specify the thicknesss of the frame's outer bevel. OutBevelStyle VALUE=same as FrameStyle Default: raised Description: The style of the clock frame's outer bevel. InBevel VALUE=postive integer Default=3 Description: Specify the thicknesss of the frame's inner bevel. InBevelStyle VALUE=same as FrameStyle Default: etchedin Description: The style of the clock frame's inner bevel.