Simple Java calculator using Java Swing GUI
- Download the project files or clone the repoitory.
- Import the files in an Java IDE of your choice (Eclipse, Intelij, etc...)
- Be sure that you're using the UTF-8 encoder in your IDE.
- Run the application.
This is my first project and was made to help me with my Java studies so the code is a bit messy as I'm still learning. If you want, feel free to help me with new ideas or making the code more clean/readable. Thanks!