com.monkeycoder.monkeynes.gui
Class MonkeyNesGui

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

public class MonkeyNesGui
extends Object

This is the main window of MonkeyNES.

Originally part of the MonkeyNES project.

Author:
David Stephens

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

Constructor Detail

MonkeyNesGui

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

Method Detail

show

public void show()
Displays the MonkeyNES Main window.