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