This repository is not active
Stephen5421/Currency_Conversion_GUI
The code is a Java program implementing a currency converter with a GUI. It allows users to convert between USD, EUR, GBP, INR, KWD, JPY, CNY, and KRW. Swing and AWT libraries are used for GUI components and event handling. Users input the amount and select source/target currencies, then click "Convert" to see the result.
Java