This is a simple Java calculator application with a graphical user interface built using Swing. The calculator supports basic arithmetic operations, square root, and exponentiation.
- Basic Operations: Addition, subtraction, multiplication, and division.
- Advanced Operations: Square root and exponentiation.
- Clear Functionality: Clears the display and resets the calculator.
- Java Development Kit (JDK) 8 or higher installed on your system.
- Clone the Repository:
git clone <repository-url> cd <repository-directory>