I would like to highlight data in a JXTable based on the previous data in the table. The data exists in "blocks" but the number of rows in each block of data varies based on a variety of factors; what I would like to do is alternately highlight each block of data if one element/column in the block (that is consistent throughout the block) is different enough from the previous block of data.
Thoughts?