Skip to content

gremlinLee/JFoenix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JFoenix

Summary

JFoenix is an open source java library, that implements Google Material Design using java components.

Source Code

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

How Can I Use JFoenix?

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 :).

Pics

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

About

JavaFX Material Design Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.8%
  • CSS 7.1%
  • Batchfile 0.1%