Linking Applets

In the left column you can see a demonstration of several applets called LinkApplet1. These applets have the same function as HTML element <A> and are changing the colors when pointed to by mouse. To cofigure them use following parameters:
"href" - absolute or relative URL of a HTML document to display.
"text" - caption on the applet
"target" -(optional) name of the target window. If not present document will be displayed in the current window.
"font" -(optional) font description consisting of 3 comma separated parts not containing spaces: The logical font name, the style(one of plain, bold, italic, bolditalic)and the font point size.
"color0","color1","color2","color3" -(optional)foreground colors when passive and when active(pointed to by mouse) and background colors when passive and when active. Colors are given as triplets (r,g,b) of comma separated numbers from interval[0,255].