A small playground project for fiddling around with Kotlin, Java 21 and OpenJFX.
The ultimate goal is to have a somewhat convenient application to organize user tasks in Eisenhower decision matrices.
There are several ways to run the app.
- Run the
com.github.mtf90.App.kt
file in IntelliJ.
- Run
mvn javafx:run
- Run
mvn package -Pdist
- The
target/eisenPOWA.zip
artifact is a self-contained archive that should include all files necessary to run the app without any setup (such as installing a JRE).