For my work, I upgraded an existing Java Application from Geootools 2.5.7 to 2.7.2. The only thing I did not get to work is the highlighting in the shapeviewer. In Geootools 2.5 there was a "HighlightManager" which did this job, but in Geootools 2.7 I did not find an equivalent. I also tried to code myself through changing the style via MouseListener, but it didn't work out, because it is very unefficient and every time the mouse moves to a new polygon, the map flickers.
Does there exist something similar to the old HighlightManager, or how would be the best approach to implement the functionality myself?
Thanks in advance for your help.