An open API service indexing awesome lists of open source software.

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.

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
![Screenshot](firstprojectjavafx.jpg)

## 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