Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 262 Bytes

File metadata and controls

11 lines (6 loc) · 262 Bytes

javafx-example

Simple JavaFX project with dependency injection using Dagger 1 and an event bus using Guava.

Run it

Open a shell (or command prompt) in the project directory.

On Windows, execute gradlew run. On other systems, execute ./gradlew run.