com.monkeycoder.monkeynes.gui
Class OptionsVideoGui

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

public class OptionsVideoGui
extends Object

This is a GUI dialog that allows user configuration of video options.

Originally part of the MonkeyNES project.

Author:
David Stephens

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

Constructor Detail

OptionsVideoGui

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

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

show

public void show()
Displays the OptionsVideoGui.