Help on the Viewer

  The Configuration File:

  
   
       The viewer keeps its configuration
     in the file:  $HOME/.globaldocs/config.xml 
     (in the MS-Win environment $HOME is, ordinary, something like:
        C:\Documents and Settings\[USER-ID]
     ).
     
       The application creates, at the start time, this file, with the default content, 
     each  time when  it does  not exist.  The file contains the docset definition tags
     like:
     

     <docset 
        project="j2se" 
        ver="1.5.0" 
        base="http://java.sun.com/j2se/1.5.0/docs/api/"
        home="http://java.sun.com/j2se/1.5.0/docs/"
     />
   
     
     You can add, or remove the docsets as you need.  After configuration file editing you
     should restart the viewer to make it to get the new options
     (Note: don't remove the j2se javadoc set).
  

  The Keystrokes:

  
    -- [BackSpace] returns the viewer to the previous page.