A simple mockup to start a project with javafx.
##Dependencies used are:
- none
##Requirements
- Java 8 installed
- Maven
- A good source code editor ( I used netbeans for this project, JavaFX is very well integratee on it. You can find all tools needed in Netbeans 8.1 with the package "ALL")
##How to install Clone this repository on your computer Run maven clean install Execute the following maven command java -jar ./target/javafx-mockup-1.0-SNAPSHOT.jar An application will appear.