Class HelpWindow

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class HelpWindow
extends JFrame
A window used to display help text in HTML format.
Author:
Harald Barsnes
See Also:
Serialized Form
  • Constructor Details

    • HelpWindow

      public HelpWindow()
      Empty default constructor
    • HelpWindow

      public HelpWindow​(JFrame parent, URL fileName)
      Creates a new HelpWindow object with a Frame as a parent.
      Parameters:
      parent - the parent frame
      fileName - the name of the help file
    • HelpWindow

      public HelpWindow​(JDialog parent, URL fileName)
      Creates a new HelpWindow-object with a JDialog as a parent.
      Parameters:
      parent - the parent dialog
      fileName - the name of the help file