Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.05 KB

Generate Table in JavaFX

FXTableGen is a simple tool using to generate code of JFXTreeTableView (this kind of table included in JFoenix library).

License MIT

Screenshots

app screenshot

Features

  • Easy to use
  • Fast code generation
  • Pure java (don't need any configuration to use this tool)

Requirements

  • Java version 8 (JDK 8)
  • Maven

Technologies & Libraries used

  • JavaFX
  • JFoenix

Installation

  1. 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
    
  2. Open it in Intellij IDEA and download the libraries used (mentioned above) and add it in the project.

  3. Run the application :D

Contributing 💡

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.