Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 294 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 294 Bytes

JavaFXPlayground

A simple JavaFX gradle-Project to play with JavaFX.

Requirements

  • JDK 17 installation

How to run

the project can be run via the command line:

  • Unix-based systems and Windows with powershell:
./gradlew run
  • Windows with cmd:
./gradlew.bat run