Skip to content

daehiff/MVVM-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages