A Currency Converter application built using Java and Swing. This desktop application allows users to convert between different world currencies.
-
Convert between multiple currencies, including:
- US Dollar (USD)
- Indian Rupee (INR)
- Brazilian Real (BRL)
- Canadian Dollar (CAD)
- Kenyan Shilling (KES)
- Indonesian Rupiah (IDR)
- Nigerian Naira (NGN)
- Philippine Peso (PHP)
- Pakistani Rupee (PKR)
-
Easy-to-use graphical user interface (GUI) built using Swing.
-
Supports resetting fields and exiting the application.
-
Shows conversion result in real-time.
- Ensure you have the Java Development Kit (JDK) installed on your machine.
-
Clone the Repository:
git clone https://github.com/Ganeshhhhh/currency_converter.git
-
Navigate to the Project Directory:
cd currency_converter
-
Compile the Java Files:
javac CurrencyConverter.java
-
Run the Application:
java CurrencyConverter
- Select the currencies you want to convert from and to, using the dropdown menus.
- Enter the amount you want to convert in the first text field.
- Click "Convert", and the converted amount will be displayed in the second text field.
- You can also reset the form using the "Reset" button, or exit the application using the "Exit" button.
- Convert: Converts the amount from one currency to another.
- Reset: Clears all input fields and resets the dropdowns.
- Exit: Closes the application.
If you'd like to contribute to this project, feel free to submit pull requests or report issues.