|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.monkeycoder.monkeynes.gui.PrgRomHexViewerGui
This is the GUI dialog that displays a hex view of the contents of the PRG-ROM.
Originally part of the MonkeyNES project.
| Constructor Summary | |
PrgRomHexViewerGui(Frame inParentFrame,
NesMainMemory inMainMemory)
Creates and configures a new PrgRomHexViewerGui. |
|
| 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 PrgRomHexViewerGui(Frame inParentFrame,
NesMainMemory inMainMemory)
inParentFrame - The parent of this dialog.inMainMemory - The MainMemory from which the PRG-ROM will be loaded.| 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 | |||||||||