com.monkeycoder.monkeynes.gui
Class GameGenieGui

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

public class GameGenieGui
extends Object

This is a GUI dialog that allows the user to configure the active codes of the Game Genie system.

Originally part of the MonkeyNES project.

Author:
David Stephens

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

Constructor Detail

GameGenieGui

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

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

show

public void show()
Displays the GameGenieGui.