NinjaCalc
NinjaCalc copied to clipboard
Add the ability to save calculators and persistence between application sessions.
Serialisation looks like the standard way to do this in Java.
XStream can be used to save as XML.