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:
- First is adding copy capiblity.
- The next would be a "Back" button.
- Separate the large code file into smaller chunks
(HelpTree, HelpPane, etc).
View Source File
-
HelpBrowser()
-
-
main(String[])
-
HelpBrowser
public HelpBrowser()
main
public static void main(String args[])