jtable row highlights
I guess i am not sure how to implement jtable search highlights.
I want to preserve the highlighted rows from the previous search in one color and add the new search results highlighted with a different color.
Doing setselectionbackground() seems to set the background for all the selected rows in the jtable. Is it possible to have multiple color selections. One for default selection upon mouse click , different color for the new search
results etc. Has anybody tried to implement the find and find next search within jtable where all the find results will be in one color and find next should just overwrite the existing color one row at a time.

