I have a JTable which takes it's input from an AbstractTableModel which is in turn connected to my Access database. How do I refresh my JTable to reflect the current status of the database on addition/deletion to/from it?
Printable View
I have a JTable which takes it's input from an AbstractTableModel which is in turn connected to my Access database. How do I refresh my JTable to reflect the current status of the database on addition/deletion to/from it?
Whenever u call '.repaint()' method, JTable will reflect the latest contents from AbstractTableModel.
- UnicMan
http://members.tripod.com/unicman
you call one of the table.fireXXX methods