Hi,
You need to implement your own TableModel, which is responsible for managing
the data that is used by the Table.
In your model you can add or remove data as you wish, and simply tell the
table you have changed.
Steve
> Hi,
>
[quoted text clipped - 3 lines]
> How do I add cell NOT from the constructor, say if along the way, i
> need to add new data to the table.