Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldipl/calculator
Simply calculator application.
https://github.com/goldipl/calculator
java java-8 javafx scenebuilder
Last synced: 5 days ago
JSON representation
Simply calculator application.
- Host: GitHub
- URL: https://github.com/goldipl/calculator
- Owner: goldipl
- Created: 2020-02-06T16:49:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T13:31:10.000Z (over 4 years ago)
- Last Synced: 2024-11-10T11:40:15.363Z (2 months ago)
- Topics: java, java-8, javafx, scenebuilder
- Language: Java
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of contents
* [General info](#general-info)
* [Additional info](#additional-info)
* [Screenshot](#screenshot)
* [Technologies](#technologies)
* [Author](#author)## General info
Simply calculator application.## Additional info
If you want to run these application you have to install JavaFX plugin and add JavaFX libraries and additionaly before start the application - click `Run Configurations...`, choose `(x)= Arguments` and enter `--module-path "out;C:\Program Files (x86)\Java\javafx-sdk-11.0.2\lib" --add-modules=javafx.controls,javafx.fxml` to *VM Arguments* text field where **C:\Program Files (x86)\Java\javafx-sdk-11.0.2\lib** its your javafx sdk location. That's all.## Screenshot
![Screenshot](calculator.jpg)## Technologies
Project was created with:
* Java 8
* JavaFX
* Scene Builder## Author
Marcin Godlewski