EERT (1K)Installation (1K)

STEP ONE: Download latest version of jvMiniTree10b.class (or jvMiniTree1x.class) from the javvy.com.

STEP TWO: Create an image file - service lines and item images . Image width should be 176 pixels and height=16 (contains 11 images of w=16,h=16). For example,

tree image 1K

here is sam0.gif file, width=176 and height=16.

STEP THREE: Upload both files (image and class) to your web site and insert < applet > tag to desired place on the web page. For example,

<applet
code=jvMiniTree10b.class
name=sam0
width=160
height=208>
  <param name=copyright value=Javvy.com>
  <param name=_img value=sam0.gif>
  <param name=_target value="_self">
  <param name=_bg value=208|184|152>
  <param name=_fg value=0|0|0>
  <param name=a   value="Sample|n|Sample description|open">
  <param name=aa  value="Container aa|n|Container aa description">
  <param name=aaa  value="Item aaa|n|Item aaa description">
  <param name=aab  value="Item aab|n|Item aab description">
  <param name=aac  value="Item aac|n|Item aac description">
  <param name=ab  value="Container ab|n|Container ab description">
  <param name=aba  value="Item aba|n|Item aba description">
  <param name=abb  value="Item abb|n|Item abb description">
  <param name=abc  value="Item abc|n|Item abc description">
  <param name=ac  value="Container ac|n|Container ac description">
  <param name=aca  value="Container aca|n|Container aca description">
  <param name=acaa  value="Item acaa|n|Item acaa description">
  <param name=acab  value="Item acab|n|Item acab description">
  <param name=ad  value="Item ad|n|Item ad description">
  <param name=ae  value="Item ae|n|Item ae description">
</applet>

will show tree below (with no links - it's a sample)




parameters >