Skip to content

A small playground project for fiddling around with Kotlin, Java 21 and JavaFX

Notifications You must be signed in to change notification settings

mtf90/eisenPOWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EisenPOWA

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.

Running the app

There are several ways to run the app.

From the IDE

  • Run the com.github.mtf90.App.kt file in IntelliJ.

From the CLI

  • Run mvn javafx:run

As a distributable

  • 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).

About

A small playground project for fiddling around with Kotlin, Java 21 and JavaFX

Resources

Stars

Watchers

Forks