dev_j
October 7th, 1999, 10:01 AM
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?
unicman
October 7th, 1999, 05:38 PM
Whenever u call '.repaint()' method, JTable will reflect the latest contents from AbstractTableModel.
- UnicMan
http://members.tripod.com/unicman
dan_pretty_boy
October 11th, 1999, 03:52 AM
you call one of the table.fireXXX methods