Re: Replace row in JTable



On 4/28/2005 at 3:58:09 PM, Brian wrote:

> Is it possiable to replace a row in a JTable with another on? I update a
> row from the JTable, and want the new data to replace the old ones.

Yes, if your TableModel supports it. Take a look at DefaultTableModel.

--
Regards,

John McGrath
.



Relevant Pages