This Java Swing GUI application provides a simple yet powerful calculator interface for performing basic arithmetic operations. The calculator features a sleek design with large buttons and a clear display for ease of use.
Features:
*User-friendly interface with a text field for input and display of results. *Large buttons for digits and common arithmetic operations. *Orange-colored operator buttons for easy identification. *Clear button for resetting the input and result. *Error handling for division by zero. *Font size increased for improved readability.
Usage:
*Enter numeric values and perform arithmetic operations using the buttons. *Click the "=" button to calculate the result. *Use the "C" button to clear the input field and reset the calculator.
How to Run:
Compile and run the CalculatorGUI.java file. Ensure you have Java installed on your system. Contributions: Contributions and feedback are appreciated! Feel free to fork the repository, make improvements, and submit pull requests.
Author: [Levin Torregosa]
License: This project is licensed under the MIT License.
Note: The calculator is intended for general use and may not support advanced mathematical functions.