Re: How can I edit the JTables contents when I click on the row?
Posted By:
Naveed_Azhar
Posted On:
Friday, August 17, 2001 04:23 AM
Hi there
Seems to be very simple. Use the functions setValueAt(),isCellEditable() and fireTableRowsUpdated() of AbstractTableModel's implementation object you will be using.
naveed@hotmail.com