This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
some questions about JTable
Posted by wizardfan on June 29, 2001 at 5:16 AM
Hi! I have developed my JDBCAdapter class which extends from AbstractTableModel and create table in the syntax "table = new JTable(JDBCAdapter)". In JDBCAdapter class it get the data from the mysql database.I use the database to control the system,so i want to watch the database every minutes.So the table properties which I set in the initial time would be set to the default value when the programme got the query result from the database every minute.How can I avoid this.
Thank you in advance!
Replies:
|