Class HelpDialog

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

public class HelpDialog extends JFrame
Dialog window that displays help and information tabs.
See Also:
  • Constructor Details

    • HelpDialog

      public HelpDialog()
      Creates a help dialog instance.
  • Method Details

    • main

      public static void main(String[] args)
      Starts the application entry point.
      Parameters:
      args - command-line arguments supplied by the launcher
    • dispose

      public void dispose()
      Releases the dialog and its temporary resources.
      Overrides:
      dispose in class Window