Wiki
Enzo / Home
Welcome
Welcome to the Enzo JavaFX controls wiki
This version of Enzo is based on a multi project gradle build. You can build the library by calling
gradlew build
This will build not only a single jar version of the library (which you can find in the /build/libs folder) but will also create a jar file for each package. So if you only need the Led control for example you can use the Led.jar instead of the whole library. For some of the jars you need to add also the Fonts.jar and the Common.jar.
Clone the repo by using the following command
$ git clone http://bitbucket.org/hansolo/enzo.git
So enjoy using JavaFX and keep coding...
Updated