I use JTable for showing data from database, when I add new data to database table this record doesn't appear in JTable.
What's the problem?
What am I doing wrong?
thank you.
Printable View
I use JTable for showing data from database, when I add new data to database table this record doesn't appear in JTable.
What's the problem?
What am I doing wrong?
thank you.
Try calling repaint() method when you want an update.
what is dependency injection
with method repaint();