> Hello,
>
[quoted text clipped - 8 lines]
> adding vectors of data to the model, if that matters at all with respect
> to what I'm trying to accomplish.
override the DefaultTableModel.isCellEditable(int row, int column)
method to return false, and add a MouseListener for spawing your dialog box
Regards
Brandon McCombs - 24 Aug 2006 02:36 GMT
>> Hello,
>>
[quoted text clipped - 14 lines]
>
> Regards
thanks, got it working using those methods.