Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 467 Bytes

EntityTableModel

JTable Swing table model on annotations, for mapping entity classes to a table.

Using

  • include library in your project
  • annotated your data class fields and methods @JTableColumn annotation
  • create instance EntityTableModel and set your table

Compile and packaging

Using Maven in project root directory execute mvn clean package.