This is an Arithmetic Calculator project coded in Java language using the Apache NetBeans IDE. The calculator features a Graphical User Interface (GUI) built with Java's Swing framework and utilizes file storage for data management.
- Arithmetic Calculations: Performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
- OOP Concepts: Demonstrates Object-Oriented Programming principles in its design and implementation.
To run this project on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/your_username/arithmetic-calculator.git
- Open in Apache NetBeans IDE:
Open the project in Apache NetBeans IDE.
- Compile and Run:
Compile and run the main Java file to start the Arithmetic Calculator GUI.
- Perform Arithmetic Calculations: Use the GUI interface to input numbers and select the desired arithmetic operation (addition, subtraction, multiplication, division).
- View Results: The calculator will display the result of the arithmetic operation in real-time.
- File Storage: Utilizes file storage for saving user preferences or calculation history (if implemented).
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.
This project is licensed under the MIT License.