A simple calculator with the most basic of features made with Java 11 and JavaFX.
The build tool is Maven and to build the package along with the cross-platform JAR, do mvn package
.
Just download the JAR file on the releases page of the repository and run it on your own Java Virtual Machine. On Windows, if Java is installed properly, simply double clicking on the JAR file would run it.
This calculator application has a simple working GUI.
- Basic operations such as addition, subtraction, multiplication, and division.
- Clear all button which resets the calculator's state.
- Sign button which changes the sign of the number positive to negative and vice-versa.
- Rate button which changes the number to a rate.
Ofcourse, this application isn't perfect. Currently there is no keyboard input handling and thus, the experience doesn't feel too smooth. That could be a future feature.