Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T22:33:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T18:41:02.153Z (3 months 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.![grafik](https://user-images.githubusercontent.com/100001184/222979091-334c7ab6-ced0-48e7-8d98-f4fe99269dbb.png)