All Packages Class Hierarchy This Package Previous Next Index
Class jdsltools.visualization.HelpWindow
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----jdsltools.visualization.FrameWithMenuBar
|
+----jdsltools.visualization.HelpWindow
- public class HelpWindow
- extends FrameWithMenuBar
A window with online help for the user.
The online help is loaded in from file.
- Author:
- Ryan Shaun Baker
-
text_
-
-
HelpWindow()
-
-
BeingClosed()
-
-
closeFile(FileInputStream)
-
-
createMenus(MenuBar)
- Creates the menus for this
Frame.
-
getStringFromFile(String)
-
-
handleMenuEvent(MenuItem)
-
-
openFile(String)
-
-
readChar(InputStream)
-
text_
protected TextArea text_
HelpWindow
public HelpWindow()
createMenus
public void createMenus(MenuBar menuBar)
- Creates the menus for this
Frame.
- Overrides:
- createMenus in class FrameWithMenuBar
handleMenuEvent
public boolean handleMenuEvent(MenuItem item)
- Overrides:
- handleMenuEvent in class FrameWithMenuBar
openFile
public static FileInputStream openFile(String fname)
closeFile
public static void closeFile(FileInputStream fis)
getStringFromFile
public String getStringFromFile(String fname) throws Exception
readChar
public static char readChar(InputStream istr) throws Exception
BeingClosed
public void BeingClosed()
- Overrides:
- BeingClosed in class FrameWithMenuBar
All Packages Class Hierarchy This Package Previous Next Index