Languages Java Calculators & Science  

calcCurrency

download download  
important code information
author:
Veerle
minimum requirements:
calcCurrency description

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.jar22Kb
calc.java1Kb
calculatorCalculations.java2Kb
calculatorEngine.java6Kb
calculatorGUI.java6Kb
calculatorInterface.java1Kb
calculatorMenu.java2Kb
calculatorPanCurrency.java5Kb
calculatorPanMemoryPad.java2Kb
calculatorPanOperationPad.java3Kb
conversions.xml1Kb
createXMLDocument.java3Kb
imageMaker.java4Kb
images/0b
images/Sq.gif91b
images/Thumbs.db20Kb
images/v.gif82b
manifest.txt80b
objCreateAppletImage.java1Kb
objPanNumPad.java2Kb
readConversionsXML.java11Kb
readMe.txt472b
translations.txt19b

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
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 55
version
size in Kb 45
popularity   390/5827733
user rating 6/10
ad


New Code
Popular Code