Serialized Form

Class nl.bluering.Calc2 implements Serializable

Serialized Fields

memview

java.awt.TextArea memview

warnview

java.awt.Label warnview

infield

java.awt.TextField infield

output

java.awt.TextArea output

keypad

java.awt.Panel keypad

memviewwriter

ExpWriter memviewwriter

actioncounter

int actioncounter

engine

MathEngine engine
the object that does the calculations, and remembers the variables.