|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.monkeycoder.monkeynes.gui.SpriteRamHexViewerGui
This is the GUI dialog that a hex view of the contents of the SPR-RAM.
Originally part of the MonkeyNES project.
| Constructor Summary | |
SpriteRamHexViewerGui(Frame inParentFrame,
NesSpriteMemory inSpriteMemory)
Creates and configures a new SpriteRamHexViewerGui. |
|
| Method Summary | |
void |
show()
Displays the PrgRomHexViewerGui. |
void |
update(Observable o,
Object arg)
Accepts messages from main memory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SpriteRamHexViewerGui(Frame inParentFrame,
NesSpriteMemory inSpriteMemory)
inParentFrame - The parent of this dialog.inSpriteMemory - The Sprite Memory that will be displayed.| Method Detail |
public void update(Observable o,
Object arg)
update in interface Observero - The observable object sending the message.arg - The message being sent.public void show()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||