Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 612 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 612 Bytes

JavaFXCalculator

A calculator which is created with JavaFX

The calculator has the functions of addition, subtraction, multiplication and division, and supports clear and all clear operations. Users can also load historical records of past calculations, which can be stored in JSON file in your computor.

You can run this project with two way

if you have maven and you want to change the source code, you can run it with the following command:

mvn clean javafx:run

if you just have java run environment, you can run it with the following command:

java -jar Calculator-[version].jar