Currency


This assignment is a more interactive version of the Currency Conversion assignment in that it allows the user to type in an amount in one currency, performs the conversions and places the results in the textfields.

This assignment is an application, so no applet is available. To get the code, click on the links below and save it to your hard drive. Then, type

\jdk1.3.1\bin\javac Currency.java*

and then

\jdk1.3.1\bin\java Currency data_file*

where data_file is the name of the data file.

*If you operating in a Windows environment, you must also have the Java 2 compiler also installed on your system.


| Currency Source | CurrencyDialog Source | Conversion Source | CADAUD Source | CADEUR Source | EURAUD Source |

| GBPCAD Source | GBPEUR Source | GBPAUD Source | USDGBP Source | USDCAD Source | USDAUD Source |

| USDEUR Source | CurrConvFactory Source | CurrFactory Source | Javadoc Files | Portfolio | Homepage |

1