|
If you have a JTable where the data is changing, you should definitely be using a TableModel to control the data. A DefaultTableModel or a subclass of it works fine, usually. Then when something changes in your data, you need to call one of the TableModel's methods fireTableRowsUpdated, fireTableRowsDeleted, or fireTableRowsInserted. PC2 -----Original Message----- From: Raghavendra Rao [mailto:raghavendra_rao@yahoo.com] Sent: December 24, 2000 05:46 To: JAVA400-L@midrange.com Subject: INSERT data in JTABLE Hello all and a very merry christmas, I am basically an RPG programmer, just into JAVA. So, I'd love it if the answers were simple :) We have a green screen network monotir application. Just picks up faults from all AS/400 in the network and puts it in a PF, then its displayed in a subfile. The part I want to make GUI is nothing fancy, Basically just connect to the AS/400 and put it in a JTABLE. As of now, I can connect to the DB, fetch data into my JAVA application. But I cannot insert or update my JTABLE. I tried setValueAt() but doesnt seem to understant it. Is there any specific way this has to be implemented !!!! I'd love it if there were any examples, I've the ones from SUN, but they have data already while building the table, and its final. But what I neewd is a more dynamic JTABLE. Thanks, Raghavendra +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.