Skip to content

Files

Latest commit

8177bf1 · Feb 19, 2016

History

History
11 lines (6 loc) · 262 Bytes

README.md

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.