https://github.com/goldipl/firstprojectjavafx
My first Java FX Project. It's upgraded traditional Hello Application.
https://github.com/goldipl/firstprojectjavafx
java java-11 java-fx
Last synced: about 1 month ago
JSON representation
My first Java FX Project. It's upgraded traditional Hello Application.
- Host: GitHub
- URL: https://github.com/goldipl/firstprojectjavafx
- Owner: goldipl
- Created: 2019-11-26T20:45:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T15:17:57.000Z (about 6 years ago)
- Last Synced: 2025-06-10T22:05:09.292Z (12 months ago)
- Topics: java, java-11, java-fx
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- 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)
* [Version](#version)
* [Technologies](#technologies)
* [Author](#author)
## General info
My first Java FX Project. It's upgraded traditional Hello Application with `GUI` - Graphic User Interface.
## 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

## Version
* `1.00` - traditional Hello Application with GUI
* `1.01` - added *clear Button*
* `1.02` - added *Your Lucky Number Button*
## Technologies
Project was created with:
* Java 11
* Java FX
## Author
Marcin Godlewski