jars top 25% rated

Radar - Java-Applet

by Sebastian Wallroth @
deutsch | english

Features

  • animation
  • navigation with up to 5 glowing links
  • simple use without any parameters
  • full control with parameters

Parameters

How to use

Very simple
Copy file radar.class into the directory containing .html file and add to this .html file following code:

<APPLET CODE=radar.class HEIGHT=200 WIDTH=200></APPLET>

The applet then looks like upper this page. Links targeting the following:

Herzlich Willkommen! deutsch/index.html

Welcome! english/index.html

Accueil! francais/index.html

(c) Sebastian Wallroth http://members.aol.com/frankfurto/wu.html

Full control
<APPLET CODE=radar.class HEIGHT=200 WIDTH=200>
<PARAM NAME="Verzoeger" VALUE="10">
<PARAM NAME="backR" VALUE="0">
<PARAM NAME="backG" VALUE="0">
<PARAM NAME="backB" VALUE="0">
<PARAM NAME="url1" VALUE="deutsch/index.html">
<PARAM NAME="Text1" VALUE="Herzlich Willkommen!">
<PARAM NAME="TextBreite1" VALUE="105">
<PARAM NAME="Schriftart1" VALUE="Helvetica">
<PARAM NAME="Schriftgroesse1" VALUE="10">
<PARAM NAME="X1" VALUE="50">
<PARAM NAME="Y1" VALUE="50">
</APPLET>

Verzoeger Delay. The higher this number the slower the animation.

BackR
BackG
BackB
Red-, green and blueparameters of the background color. 0,0,0 is black; 255,255,255 is white;

url1 Target of link 1. If the link does not start with 'http:', 'ftp:','file:' or 'mailto:', the adress of the starting .html file will be added. VALUE="" makes, that the text is not a link.

Text1 Text of link 1. VALUE="" makes, that no text will be shown.

TextBreite1 Width of text 1 in pixels. Estimate please. VALUE="0" makes, that the text is not a link and is not glowing.

Schriftart1 Font of text 1. Helvetica, TimesRoman or Courier.

Schriftgroesse1 font size of link 1 in Pica.

X1 x-coordinate of link 1 in pixels. Lower left corner. 0 = left, as left can, WIDTH = right as possible

Y1 y-coordinate of link 1 in pixels. Lower left corner. 0 = top, HEIGHT = deep down

For the other four links replace the numbers please.

Download

ZIP file contains compiled radar.class, source radar.java, instruction file index.html (german) english.html (what could this be?) an standard target folders deutsch, english and francais.

Click here to download.

Home | Java