This is a simple calculator program written in Java with a graphical user interface created using Java Swing.
- Basic mathematical operations: addition, subtraction, multiplication, division
- Clear button to reset the input fields
- Enter the first number in the first input field.
- Select the desired mathematical operation from the drop-down menu.
- Enter the second number in the second input field.
- Click the "=" button to perform the calculation.
- The result will be displayed in the output field.
- To clear the input fields, click the "Clear" button.