A simple calculator application built with Java Swing.
This project was created for testing and learning Java Swing - exploring GUI development with Java's standard toolkit for building desktop applications.
A straightforward calculator application demonstrating the fundamentals of Java Swing, including:
- Building graphical user interfaces with Swing components
- Handling user events and interactions
- Creating a functional desktop application
This project uses Gradle for building. To compile and run:
gradle buildThis is an educational project intended for learning and experimentation with Java Swing. It's a great starting point for anyone learning GUI development with Java.