Pomodoro application using JavaFX. Used the course: https://teamtreehouse.com/library/build-a-javafx-application by Craig Dennis
use this guide
- download and add as external library the sdk from here
- add VM Option: --module-path ${PATH_TO_FX} --add-modules javafx.controls,javafx.fxml,javafx.graphics,javafx.media found in Run -> Edit configuration:
- run