Multi language (Eng, Nl, Sp) calculator + currency converter, using SAX parse with an .xml document to read the conversion rates. For an Uni assignment.
HOW TO COMPILE:
Have all the source code files (.java) in the same folder along with the manifest.txt file. All of the images should be in a folder called "images". Using a DOS window, navigate to the folder and use "javac *.java" to compile all the source code files (don't include the quotes). To combine them into a jar, use
"jar cvfm calc.jar manifest.txt *.class images/*.gif" again without the quote marks.
File List:
calc.jar
22Kb
calc.java
1Kb
calculatorCalculations.java
2Kb
calculatorEngine.java
6Kb
calculatorGUI.java
6Kb
calculatorInterface.java
1Kb
calculatorMenu.java
2Kb
calculatorPanCurrency.java
5Kb
calculatorPanMemoryPad.java
2Kb
calculatorPanOperationPad.java
3Kb
conversions.xml
1Kb
createXMLDocument.java
3Kb
imageMaker.java
4Kb
images/
0b
images/Sq.gif
91b
images/Thumbs.db
20Kb
images/v.gif
82b
manifest.txt
80b
objCreateAppletImage.java
1Kb
objPanNumPad.java
2Kb
readConversionsXML.java
11Kb
readMe.txt
472b
translations.txt
19b
Similar code
A basic Calculator using Swing
(Popularity: ) : It simulates a calculator. This is a simple 4 function calculator that supports +, -, *, and /. This is ... Currency Converter
(Popularity: ) : I created this project earlier today, but just recently worked at it right after submitting it, and fixed a few ... A Basic JavaScript-Calculator
(Popularity: ) : A Basic Calculator written in JavaScript