I have a JTable and many strings are there in the table. I have selected some particular strings out of those and stored them in an array. At some mouseclicked event I want to display that new array of strings in that table in place of older existing strings.
Actually, I am working on a project in which code is already existing and I am just implementing some features in the already existing table model "Location table mode" assigned to table. Now I have to display new array of strings in this table.
How can I do that? Please help me.
Thanks.