- JavaFX Material Design Library (Beta) download jar
- JFoenix Site
JFoenix is an open source java library, that implements Google Material Design using java components.
To rebuild JFoenix, we created an Ant file named build.xml and build.bat. JFoenix uses Java 1.8 version. Using a command line, you need to move to JFoenix make directory and run the batch file build.bat by typing:
build.bat
To run the main dmeo, in JFoenix make directory run the batch file run-demo.bat :
run-demo.bat
NOTE : you need to update the build.bat to point to Java 1.8 and Apache Ant directories
you can download the source code of the library, and build it as mentioned before. Building JFoenix will generate jfoenix.jar under build/dist folder. To use JFoenix, import the jfoenix.jar into your project and start using the new material design java components :).






