Serialized Form

Class BinaryConverter implements Serializable


Class ukacgla_BinaryConverter.ConverterFrame implements Serializable

Serialized Fields

contentPane

java.awt.Container contentPane

clear

javax.swing.JButton clear

reveal

javax.swing.JButton reveal

submit

javax.swing.JButton submit

hint

javax.swing.JButton hint

nextNumber

javax.swing.JButton nextNumber

instruction

javax.swing.JTextArea instruction

master

javax.swing.JPanel master

noOfCols

int noOfCols

columnNames

java.lang.String[] columnNames
Holds the table column headers

answerModel

ukacgla_BinaryConverter.ConverterFrame.MyTableModel answerModel
Holds the students solution to the problem.

workingModel

ukacgla_BinaryConverter.ConverterFrame.MyTableModel workingModel
Holds data used by the student for rough working.

outputModel

ukacgla_BinaryConverter.ConverterFrame.MyTableModel outputModel
Holds the data presented by the program.

question

int question
Number to be converted.

base

int base
Base used for calculation

power

int power
Power used for calculation

checker

Checker checker
Checks student answer vs correct answer

rand

java.util.Random rand
Random number generator

pressed

boolean pressed


Class ukacgla_BinaryConverter.EmptyCellException implements Serializable

Serialized Fields

row

int row

col

int col


Class ukacgla_BinaryConverter.InvalidEntryException implements Serializable

Serialized Fields

problem

java.lang.String problem


Class ukacgla_BinaryConverter.WholeNumberField implements Serializable

Serialized Fields

toolkit

java.awt.Toolkit toolkit