A Java GUI project for the course 21CSE306, implementing a currency converter using OOP principles and swing packages. This project provides a user-friendly interface to convert between different currencies.
-
User-Friendly GUI: The application features an intuitive and easy-to-use graphical interface that allows users to interact seamlessly with the currency converter.
-
Supports Multiple Currencies: Provides a wide range of supported currencies with a string array, allowing users to convert between various international currencies.
-
Applied Principles of OOP
- Clone the Repository:
git clone https://github.com/DeveloperLevin/Currency-Converter-java.git
- Navigate to src Directory
cd directory-name
- Run the Program
Run the CurrencnyConverter.java which directs to the myFrame.java file that holds the constructor
javac file-name.java
Java Development Kit (JDK)