This Calculator is a Java Swing-based project that was created during an Object-Oriented Programming (OOP) course. The application provides basic calculator functionality using a graphical user interface built with Java Swing.
The project structure is organized as follows:
- /Sujoy/: Directory containing Java source files.
- Calculator.java: Main class for the calculator logic.
- Main.java: Main class for launching the application.
To run the Breadcrumbs Calculator:
- Ensure you have Java installed on your system.
- Clone the repository:
git clone https://github.com/Sujoychandradas/Calculator_with-Java-Swing.git - Navigate to the project directory:
cd Calculator_with-Java-Swing/src - Compile the source files:
javac Sujoy/*.java - Run the application:
java Sujoy.Main
Follow on-screen instructions to use the calculator.
Contributions are welcome! If you'd like to contribute to the project, please follow our Contribution Guidelines.
This project is licensed under the MIT License.