Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 504 Bytes

SelectionTableModel

decorator of the JTable table model, for selecting rows with checkboxes.

Using

  • include library in your project
  • use DefaultSelectionTableModel for decorate your TableModel or create your variant SelectionTableModel
  • set created instance SelectionTableModel in your table.

Compile and packaging

Using Maven in project root directory execute mvn clean package.