ICalendar
Usage
Icalender, like any other Java applet, has to be run from within a HTML page.
The required code to include is
<APPLET CODE="icalender.IcalApplet.class" HEIGHT=??? WIDTH=???>
<PARAM name="p1" value="v1">
<PARAM name="p2" value="v2">
...
The Icalender applet requires a Java capable browser
</APPLET>
The background image will be centered within the area (height * width) defined for the Applet.
Parameters
| Parameter | Description | Default |
background | Background image file (relative to document base) | image/background.gif |
openwin | Audio file (relative to document base) to play when opening a window | audio/openwin.au |
noopenwin | Audio file (relative to document base) to play when failing to open a window | audio/noopenwin.au |
win[n] | Windows should be named win1, win2, win3 .... . The value is a comma separated list describing content image file, backside image file, audio file, label, opening direction [left, right, up, down], URL link, x coordinate, y coordinate, width, height. | |
inaugurate | Day when window 1 can be opened (yyyy,mm,dd). Window 2 can be opened the following day etc. If this parameter is omitted, all windows can be opened at any time. | |
disable | Whether earlier windows are disabled [true, false] | true |
frame | Whether to draw a sunken 3D frame around the windows [true,false] | false |
fontname | Font name for window labels | Helvetica |
fontsize | Font size for window labels | 15 |
fontcolor | RGB colors for window labels (red, green, blue) from 0 to 255 | 0,0,0 |
bgcolor | RGB colors for applet background (red, green, blue) from 0 to 255 | 255,255,255 |
framecolor | RGB colors for frames (red, green, blue) from 0 to 255 | 255,255,255 |
steps | Number of steps in animation | 20 |
delay | Milliseconds between animation steps | 40 |
target | Where to show URLs
| "_self" | Show in the window and frame that contain the applet. |
| "_parent" | Show in the applet's parent frame. If the applet's frame has no parent frame, acts the same as "_self". |
| "_top" | Show in the op-level frame of the applet's window. If the applet's frame is the top level frame, acts the same as "_self". |
| "_blank" | Show in a new, unnamed top-level window |
| name | Show in the frame or window named name. If a target name does not exist, a new top-level window with the specified name is created, and the document is shown there. |
|
Other
The applet was developed autumn 1999 and was released for the public in 2000. If you decide to
send a copy of the software, please do include this document with it.
By the way. Postcards, or even donations in any form and of any value are welcome. They will encourage me
to release other fun stuff :-). Please give me at least a hint as to where you use it on the web!
Legal
Copyright 1999-2000 Robert Gustavsson. All rights reserved. Free for non-commercial purposes only.
Contact
Robert Gustavsson
Sibeliusgangen 28,7
S-164 77 Kista
SWEDEN
rog@ludd.luth.se
Back to ICalendar
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.