A simple desktop Currency Converter application built with Java Swing. It allows users to convert amounts between popular currencies including GBP, USD, EUR, INR, and more.
- Clean graphical interface using
JFrameandJPanel - Converts between:
- GBP (Britain)
- USD (United States Dollar)
- EUR (Euro)
- INR (Indian Rupee)
- CAD, AUD, CNY, CHF, NGN, MXN
- Supports amount input, conversion, reset, and exit
- Colorful layout with grouped sections
- Java JDK 17 or newer
- Eclipse IDE or any Java-compatible editor
-
Clone this repository:
git clone https://github.com/yourusername/Currency_3.git cd Currency_3 -
Open the project in your IDE (e.g., Eclipse or IntelliJ)
-
Run the
Currency_3.javafile
Currency_Converter/
βββ src/
β βββ Currency_3.java
βββ README.md
βββ image.png
βββ .gitignore
