Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 500 Bytes

File metadata and controls

25 lines (13 loc) · 500 Bytes

MVVM-example

In this Repository you can see an example of the Application of the MVVM-Pattern in JavaFX.

Getting started

This is a maven based Project.

In case you are using IntelliJ you can simply open this project in your IDE. (And everything SHOULD be finde (: )

In case you want to run this project in CLI, run:

mvn exec:java -Dexec.mainClass="org.openjfx.App"

In order to build a fat jar with this project run:

mvn compile package && java -jar output/mvvmfx.jar