https://github.com/dbrandstetter/simple-calculator
A simple JavaFX calculator application.
https://github.com/dbrandstetter/simple-calculator
application calculator gui java javafx javafx-gui
Last synced: 6 months ago
JSON representation
A simple JavaFX calculator application.
- Host: GitHub
- URL: https://github.com/dbrandstetter/simple-calculator
- Owner: dbrandstetter
- Created: 2023-03-04T11:29:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T22:33:03.000Z (over 3 years ago)
- Last Synced: 2025-01-21T00:50:09.262Z (over 1 year ago)
- Topics: application, calculator, gui, java, javafx, javafx-gui
- Language: Java
- Homepage:
- Size: 16.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple JavaFX Calculator App
The Calculator class implements a JavaFX application and is used for simple
arithmetic calculations like addition, subtraction, multiplication, division,
modulus and power.
