I\'m subclassing JTable and using a DefaultTableModel to model my table data. The following class sets up the JTable, and adds one row to the model.
import
I think you need to add columns to your TableModel. Your code adds UI columns to the table but doesn't add them to the model