FXTableGen is a simple tool using to generate code of JFXTreeTableView (this kind of table included in JFoenix library).
- Easy to use
- Fast code generation
- Pure java (don't need any configuration to use this tool)
- Java version 8 (JDK 8)
- Maven
- JavaFX
- JFoenix
-
Download the repository files (project) from the download section or clone this project by typing in the bash the following command:
git clone https://github.com/HouariZegai/FXTableGen.git
-
Open it in Intellij IDEA and download the libraries used (mentioned above) and add it in the project.
-
Run the application :D
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue you can put it in the repository issue section, thank you.