com.monkeycoder.monkeynes.gui
Class HelpAboutGui

java.lang.Object
  |
  +--com.monkeycoder.monkeynes.gui.HelpAboutGui

public class HelpAboutGui
extends Object

This is a GUI dialog that provides Help About information.

Originally part of the MonkeyNES project.

Author:
David Stephens

Constructor Summary
HelpAboutGui(Frame inParentFrame)
          Creates and configures a new HelpAboutGui.
 
Method Summary
 void show()
          Displays the HelpAboutGui.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpAboutGui

public HelpAboutGui(Frame inParentFrame)
Creates and configures a new HelpAboutGui. Note that the window is constructed but not displayed.

Parameters:
inParentFrame - The parent of this dialog.
Method Detail

show

public void show()
Displays the HelpAboutGui.