AvesNavTree


# NOTICE: This is NOT the manual. Open index.html instead.
# Definition file for Aves NavTree manual

# set the size
xsize = 220
ysize = 1100

# display all links in the main frame
target = main

# Decrease scale to allow more visible nodes
yscale = 21
xscale = 21

# display the URL's of the nodes in the browsers status line
revealurl = true


# Higlight selected link
highlight = 255,248,220

# Raisable buttons
raise = 255,248,220

node = {
  name = "Introduction"
  tag = "intro"
  url = "introduction.html"
  node = {
    name = "Changes"
    url = "introduction.html#changes"
  }
  node = {
    name = "Known bugs"
    url = "introduction.html#bugs"
  }
  node = { 
    name = "Contents of the package"
    url = "contents.html"
  }
}

node = {
  name = "Configuration"
  url = "configuration.html"

  node = {
    name = "Getting started"
    url = "configuration.html#start"
  }
  node = {
    name = "Putting it on webpages"
    url = "configuration.html#web"
  }
  node = {
    name = "Applet parameters"
    url = "configuration.html#params"

    node = {
      name = "config"
      url = "configuration.html#param_config"
    }
    node = {
      name = "show"
      url = "configuration.html#param_show"
    }
    node = {
      name = "select"
      url = "configuration.html#param_select"
    }
  }
  node = {
    name = "Command reference"
    url = "configuration.html#commands"
  
    node = {
      name = "node"
      url = "configuration.html#node"
    }
    node = {
      name = "name"
      url = "configuration.html#name"
    }
    node = {
      name = "image"
      url = "configuration.html#image"
    }
    node = {
      name = "raiseimage"
      url = "configuration.html#raiseimage"
    }
    node = {
      name = "selectimage"
      url = "configuration.html#selectimage"
    }
    node = {
      name = "url"
      url = "configuration.html#url"
    }
    node = {
      name = "micro"
      url = "configuration.html#micro"
    }
    node = {
      name = "microtime"
      url = "configuration.html#microtime"
    }
    node = {
      name = "target"
      url = "configuration.html#target"
    }
    node = {
      name = "tag"
      url = "configuration.html#tag"
    }
    node = {
      name = "xsize"
      url = "configuration.html#xsize"
    }
    node = {
      name = "ysize"
      url = "configuration.html#ysize"
    }
    node = {
      name = "xscale"
      url = "configuration.html#xscale"
    }
    node = {
      name = "yscale"
      url = "configuration.html#yscale"
    }
    node = {
      name = "background"
      url = "configuration.html#background"
    }
    node = {
      name = "text"
      url = "configuration.html#text"
    }
    node = {
      name = "underline"
      url = "configuration.html#underline"
    }
    node = {
      name = "highlight"
      url = "configuration.html#highlight"
    }
    node = {
      name = "raise"
      url = "configuration.html#raise"
    }
    node = {
      name = "scroll"
      url = "configuration.html#scroll"
    }
    node = {
      name = "showlines"
      url = "configuration.html#showlines"
    }
    node = {
      name = "openimage"
      url = "configuration.html#open"
    }
    node = {
      name = "closedimage"
      url = "configuration.html#closed"
    }
    node = {
      name = "autoclose"
      url = "configuration.html#autoclose"
    }
    node = {
      name = "fontname"
      url = "configuration.html#fontname"
    }
    node = {
      name = "fontstyle"
      url = "configuration.html#fontstyle"
    }
    node = {
      name = "fontsize"
      url = "configuration.html#fontsize"
    }
    node = {
      name = "backgroundimage"
      url = "configuration.html#backgroundimage"
    }
    node = {
      name = "scalebackground"
      url = "configuration.html#scalebackground"
    }
    node = {
      name = "revealurl"
      url = "configuration.html#revealurl"
    }

  }

}

node = {
  name = "Examples"

  node = {
    name = "Explorer"
    url = "samples/explorer.html"
  }
  node = {
    name = "Gif Example"
    url = "samples/gifexample.html"
  }
  node = {
    name = "This manual"
    url = "samples/thismanual.html"
  }
}

node = {
  name = "License"
  url = "license.html"
  node = { 
    name = "License Agreement"
    url = "license.html"
  }
}
node = {
  name = "Ordering"
  url = "ordering.html"
  
  node = {
    name = "Commercial license"
    url = "commercial.html"
  }
  node = {
    name = "Private license"
    url = "private.html"
  }
}

Back to AvesNavTree


How to Add Java Applets to Your Site

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.