Multiple cells selection after research
Hi to everyone,
i'm trying to create a function word-find into a JTable (like the fuction - find on this page CTRL F).
Now my method, when there are two or more same objects in the table, selects(with a differrent cell background) only the last one object find.
How can I select all the right elements found?
I hope I've been enough clear.
Thanks a lot for the help
Jas
[414 byte] By [
JasGenoa] at [2007-10-3 8:42:00]

This might not be an option but check out swing labs they have table named JXTable that has the find functionally built in as well as highlighting, sorting, and filtering.
Thanks for the suggestion, but in this case is not the best solution, because I would have to modify several classes.This function would be only an added to one already existing application that contain many classes.Wouldn't be an other possibility/solution?
> Thanks for the suggestion, but in this case is not
> the best solution, because I would have to modify
> several classes.
> This function would be only an added to one already
> existing application that contain many classes.
Well the JXTable extends JTable, so the change would be minor
> Wouldn't be an other possibility/solution?
Other than using something already created by someone else?