com.monkeycoder.monkeynes.gui
Class OptionsInputGui
java.lang.Object
|
+--com.monkeycoder.monkeynes.gui.OptionsInputGui
- public class OptionsInputGui
- extends Object
This is a GUI dialog that allows user configuration of input options.
Originally part of the MonkeyNES project.
- Author:
- David Stephens
|
Constructor Summary |
OptionsInputGui(Frame inParentFrame)
Creates and configures a new OptionsInputGui. |
|
Method Summary |
void |
show()
Displays the OptionsInputGui. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionsInputGui
public OptionsInputGui(Frame inParentFrame)
- Creates and configures a new OptionsInputGui.
Note that the window is constructed but not displayed.
- Parameters:
inParentFrame - The parent of this dialog.
show
public void show()
- Displays the OptionsInputGui.