JTable
Swing table model on annotations, for mapping entity classes to a table.
- include library in your project
- as maven dependency
- or other way
- annotated your data class fields and methods
@JTableColumn
annotation - create instance
EntityTableModel
and set your table
Using Maven
in project root directory execute mvn clean package
.