Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HouariZegai committed Jan 9, 2020
2 parents ca9f8f4 + b2966bd commit 266592c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Generate Table in JavaFx
Simple tool using to generate code of JFXTreeTableView, (this table included in JFoenix library).

[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/HouariZegai/GenerateTableFx/blob/master/LICENSE)

## Screenshot
<img src="https://github.com/HouariZegai/GenerateTableFx/blob/master/screenshots/gen-table-fx.PNG" alt="gen table image">

## Features
* Simple to use.
* Fast code generation.
* Pure java (don't need any configuration to use this tool).

## Requirements
* Java version 8
* JFoenix (Material design library)

## Installation
* Clone the project ` git clone https://github.com/HouariZegai/GenerateTableFx.git`

## 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.

0 comments on commit 266592c

Please sign in to comment.