No description
Find a file
2020-11-18 00:04:45 +01:00
.idea chore: initial commit 2020-11-18 00:04:45 +01:00
gradle/wrapper chore: initial commit 2020-11-18 00:04:45 +01:00
src/main chore: initial commit 2020-11-18 00:04:45 +01:00
.gitignore chore: initial commit 2020-11-18 00:04:45 +01:00
build.gradle chore: initial commit 2020-11-18 00:04:45 +01:00
gradlew chore: initial commit 2020-11-18 00:04:45 +01:00
gradlew.bat chore: initial commit 2020-11-18 00:04:45 +01:00
README.md chore: initial commit 2020-11-18 00:04:45 +01:00
settings.gradle chore: initial commit 2020-11-18 00:04:45 +01:00

Clavardator

This project contains the source for the 4IR Java project.

Technologies

  • Java 11.0.9 (openjdk)
  • JavaFX 11.0.2 (openfx)
  • Gradle 6.3

Installation

Install Java 11

Run this command

sudo apt install openjdk-11-jdk

Optional: Install JavaFX Scene Builder 11

Follow this link to download and install it, then this link to set up Intellij

Build and Run

Run this command

./gradlew run

Or in Intellij, open the gradle window and click on clavardator -> Tasks -> application -> run.

Resources