Re: Replace row in JTable



On 4/28/2005 at 6:27:58 PM, Brian wrote:

> I use the DefaultTableModel, and I have found the method
> setValueAt(object,int,int) - nut isn't there anything smartere you can
> do?

If you are not happy with the methods that DefaultTableModel provides,
then subclass it and add any methods that you want. Just make sure you
fire the appropriate events when you modify the model.

--
Regards,

John McGrath
.