Class HelpBrowser

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----javax.swing.JFrame
                                           |
                                           +----HelpBrowser

public class HelpBrowser
extends JFrame
The HelpBrowser module is something that I stole from one of the swing examples on how to use JTrees. I thought it would be useful to have a list of documents that would introduce the user to Mozart and some of its features. I have several ideas to add to the module:

View Source File


Constructor Index

 o HelpBrowser()

Method Index

 o main(String[])

Constructors

 o HelpBrowser
 public HelpBrowser()

Methods

 o main
 public static void main(String args[])