Serialized Form


Package Emulator.Exceptions

Class Emulator.Exceptions.NegativeIdException extends java.lang.Exception implements Serializable

Serialized Fields

mMessage

java.lang.String mMessage

Package GUI

Class GUI.mainWindow extends javax.swing.JDialog implements Serializable

Serialized Fields

mainPanel

javax.swing.JPanel mainPanel

mainTitle

javax.swing.JTextField mainTitle

memPanel

javax.swing.JScrollPane memPanel

varPanel

javax.swing.JScrollPane varPanel

uCode

javax.swing.JCheckBox uCode

memTable

javax.swing.JTable memTable

varTable

javax.swing.JTable varTable

exitButton

javax.swing.JButton exitButton

runButton

javax.swing.JButton runButton

loadButton

javax.swing.JButton loadButton

instructionsButton

javax.swing.JButton instructionsButton

assembleButton

javax.swing.JButton assembleButton

compileButton

javax.swing.JButton compileButton

newTemplateButton

javax.swing.JButton newTemplateButton

defaultTemplateButton

javax.swing.JButton defaultTemplateButton

nextButton

javax.swing.JButton nextButton

resetButton

javax.swing.JButton resetButton

templateList

javax.swing.JList templateList

programEditor

ProgramEditor programEditor

templateEditor

TemplateEditor templateEditor

timeOutDialog

TimeOutDialog timeOutDialog

command

javax.swing.JLabel command

commandContent

javax.swing.JTextField commandContent

currentMachine

javax.swing.JLabel currentMachine

currentMachineContent

javax.swing.JTextField currentMachineContent

e

javax.swing.JLabel e

eContent

javax.swing.JTextField eContent

ac

javax.swing.JLabel ac

acContent

javax.swing.JTextField acContent

ir

javax.swing.JLabel ir

irContent

javax.swing.JTextField irContent

dr

javax.swing.JLabel dr

drContent

javax.swing.JTextField drContent

pc

javax.swing.JLabel pc

pcContent

javax.swing.JTextField pcContent

i

javax.swing.JLabel i

iContent

javax.swing.JTextField iContent

ar

javax.swing.JLabel ar

arContent

javax.swing.JTextField arContent

tr0

javax.swing.JLabel tr0

tr0Content

javax.swing.JTextField tr0Content

tr1

javax.swing.JLabel tr1

tr1Content

javax.swing.JTextField tr1Content

fgi

javax.swing.JLabel fgi

fgiContent

javax.swing.JTextField fgiContent

inpr

javax.swing.JLabel inpr

inprContent

javax.swing.JTextField inprContent

fgo

javax.swing.JLabel fgo

fgoContent

javax.swing.JTextField fgoContent

outr

javax.swing.JLabel outr

outrContent

javax.swing.JTextField outrContent

ien

javax.swing.JLabel ien

ienContent

javax.swing.JTextField ienContent

r

javax.swing.JLabel r

rContent

javax.swing.JTextField rContent

Class GUI.ProgramEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

editor

javax.swing.JEditorPane editor

cancelButton

javax.swing.JButton cancelButton

loadButton

javax.swing.JButton loadButton

saveButton

javax.swing.JButton saveButton

useButton

javax.swing.JButton useButton

programEditor

javax.swing.JPanel programEditor

mWidth

int mWidth

mHeight

int mHeight

mAssembler

iAssembler mAssembler

Class GUI.TemplateEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

editor

javax.swing.JEditorPane editor

isName

javax.swing.JLabel isName

namePane

javax.swing.JTextPane namePane

useButton

javax.swing.JButton useButton

loadButton

javax.swing.JButton loadButton

saveButton

javax.swing.JButton saveButton

cancelButton

javax.swing.JButton cancelButton

templateEditor

javax.swing.JPanel templateEditor

mWidth

int mWidth

mHeight

int mHeight

Class GUI.TimeOutDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

contentPane

javax.swing.JPanel contentPane

buttonStop

javax.swing.JButton buttonStop

buttonCancel

javax.swing.JButton buttonCancel

textArea

javax.swing.JLabel textArea

mEmulator

Emulator mEmulator