com.monkeycoder.monkeynes.gui
Class CpuStateViewerGui
java.lang.Object
|
+--com.monkeycoder.monkeynes.gui.CpuStateViewerGui
- public class CpuStateViewerGui
- extends Object
This is a GUI Dialog box that displays the current state of all the
CPU registers.
Originally part of the MonkeyNES project.
- Author:
- David Stephens
|
Method Summary |
void |
show()
Displays the CpuStateViewerGui. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CpuStateViewerGui
public CpuStateViewerGui(Frame inParentFrame,
NesCpu inCpu)
- Creates and configures a new CpuStateViewerGui.
Note that the window is constructed but not displayed.
- Parameters:
inParentFrame - The parent of this dialog.inCpu - The CPU for which this dialog will display values.
show
public void show()
- Displays the CpuStateViewerGui.