Demonisch Calculator V2programme, source code and either web applet or downloable jar application
Programme
Screen shot
Source Code
- calc2.java (main)
- calc2Engine.java (processes button clicks)
- calc2GUI.java (what you see is what you get)
- calc2Int.java (handles the button clicks)
- calcMemoryPad.java (standard memory pad for most calculators)
- calcMenu.java (menu with translation options)
- calcNumPad.java (standard number pad for most calculators)
- calcOppPad.java (standard operator pad for most calculators)
- calcReadXML.java (reads the currency conversion rates from the XML document)
- calculatorCalculations.java (performs the standard calculations such as plus, subtract etc)
- calculatorPanCurrency.java (the currency converter panel for the calculator)
- calcWriteXML.java (writes a default XML document if one does not exist)
- dataManager.java (static class for importing images into a programme)