Hi,
Basically, i have a JTable with a custom TableModel derived from AbstractTableModel, i've added an addRow() function to my TableModel that adds an element to an internal database. it then calles fireTableDataChanged() to make the table refresh; However, i was only able to see the new row if i resize the window where JTable is in.
Is this some sort of bug, or something is wrong with my implementation?
Thank you in advance.