home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / JAVA Utilities / Java Site Browser / README.TXT < prev    next >
Encoding:
Text File  |  2002-03-29  |  4.1 KB  |  90 lines

  1. Hello, and thank you for downloading SiteBrowser!
  2. This version,
  3. SiteBrowser 2.2
  4. contain following files:
  5.  
  6. SiteBrowser.jar - program itself
  7. license.htm    - license terms which you must agree to before starting
  8.           to use this software
  9. register.htm    - information how to register this software
  10. contact.htm    - how to contact me
  11. readme.txt    - this file
  12. docs/
  13. examples/    - optionally provided examples and documentation
  14.  
  15. Read license.htm before using or distributing this package!
  16.  
  17. New in version 2.2
  18.  - Licensing changed to "free for all", the KEY parameter is obsolete.
  19.    Some code completely rewritten.
  20. New in version 2.1.1
  21.  - Small patches to get the applet working in new Netcape 6.0 (with JRE 1.3)
  22. New in version 2.1.0
  23.    This is a major update with two big features added:
  24.  - fully customizable verticall scrollbar
  25.  - multiline items, up to four lines. "$$" act as a newline within item text
  26.    Total code revision allowed the new version to be barely bigger
  27.    then previous, while offering much more! Also new in this version:
  28.  - More shapes in more sizes are available
  29.  - Reset() and CollapseAll() public functions are available and can be
  30.    called from javascript.
  31.  - parameters BGOFFSETX, BGOFFSETY to display background image
  32.    with specified offset (makes it easier to integrate applet's area into
  33.    bigger area with same image)
  34.  - Applet is not displaying any more it's name and version while loading.
  35.    You can see the version by removing the KEY parameter.
  36. New in version 2.0.008
  37.  - Corrected bug of 2.0.007 that concerned wrong right margin alignment
  38.  - Corrected small glitch when using VSPACE2 > VSPACE1
  39.  - Implemented workaround, that hopefully correct the problem of not loading
  40.    the applet when visiting the applet page second time after a while. Actually
  41.    browser's bug in java implementation not working right with cached files.
  42.  - Added EXPANDDELAY parameter, time in milliseconds before an item expands
  43.    when moving with mouse into it. If the user moves the cursor before this
  44.    time exceed, the item will not expand. Probably more useful in tree layout.
  45.  - Added server names aliasing support for KEY parameter
  46. New in version 2.0.007
  47.  - Improved applet initialization time (loads slightly faster now)
  48.  - Improved managing very large tree structures (tested on 190k tree file
  49.    with >1000 entries)
  50.  - When AUTOCOLLAPSE and MOUSEOVER both = "yes", collapses all items when
  51.    moving mouse out of applet frame
  52.  - Added LINKPREFIX parameter, may be useful with dynamically generated HTML
  53. New in version 2.0.006
  54.  - Corrected (hopefully) the improper parsing of ITEMS parameter when running
  55.    applet on IE under MAC
  56. New in version 2.0.005
  57.  - Added ability to have pre-expanded items (by putting '+' in the tree file
  58.    before content of an item which you want to be initially expanded).
  59.  - Reduced 'credits' item to just applet name, and in menu layout this item
  60.    is now at bottom left of the applet and don't take horizontal space
  61.    off the menu. This should make the applet more attractive to non-registered
  62.    users.
  63.  - Tried to improve overall stability. Someone reported a rarely occuring
  64.    glitch in IE5 when using color blending effect and using mouse wheel.
  65.    While I never could reproduce this, I hope this version will solve the
  66.    problem, or at least clear up applet area after the glitch occurs.
  67.  
  68. New in version 2.0.004
  69.  - added possibility to pack tree file into html code
  70.  
  71. New in version 2.0.003
  72.  - This version works more stable in Netscape navigator,
  73.    it don't generate OutOfMemory exception when having too much instances
  74.    of the applet open, like when you click too much on examples.
  75.    Actually netscape bug, but who cares...
  76.  
  77. New in version 2.0.002
  78.  - A minor bugfix. The bug caused NullPtrException in Netscape browser
  79.    when using space delimiter items.
  80.  
  81. For more information, support, documentation, lastest version, look at
  82. http://www.lordmark.de/SB
  83. or contact the author per e-mail: lordmark@lordmark.de
  84.  
  85. Special key, that allow you disabling credits item, when running
  86. applet locally (while testing software) is
  87.  
  88. 082E0399C397B1
  89.  
  90.