This is a scaffold project for using JavaFX with Google Guice dependency injection. The intent is speed up the start of a new project with the required dependencies to use dependency injection and start development.
The first step is to first copy the source code of this repository. This can be through the git clone
method or download
directly from GitHub. If cloning the repository, ensure that you delete the .git
folder so you can init the repository
for the specific project.
Next will be to rename the project in the settings.gradle.
If you are going to use this repository, and you're not, well ... me, then you will need to change a few more things. First, rename the packages and references to reflect your group. I recommend you keep the
jfxsetup
package alone.