This is a simple Java applet calculator that performs basic arithmetic operations, including addition, subtraction, multiplication, and division. The applet is designed using AWT (Abstract Window Toolkit) and provides a user-friendly interface for performing calculations.
- Basic arithmetic operations: Addition, Subtraction, Multiplication, Division
- Clear functionality to reset input fields
- Responsive design with an aesthetically pleasing color scheme
- Java Development Kit (JDK) installed on your machine (version 8 or above recommended).
- An applet viewer or a compatible web browser that supports Java applets.
- Clone this repository to your local machine:
git clone https://github.com/username/calculator-project.git