I am currenlty using the JTable rowFilter for filtering my rows. The filter hide lines which does not follow the configured pattern.
I wish to know if it’s possible to use the rowFilter for changing the color or other of the result ? By example the line which follows the configured pattern are colored in red and other in white.
Thank you
Sylvain
Nothing complicated. For
String Instance, I would suggest to start with prepareRenderer. There you can set lots of parameters, as shown in RowFilter example here based on camickr’s Table Row Rendering 🙂 Don’t forget to setint modelRow = convertRowIndexToModel(row);and my question about similair issue