Is there a way to disable the rollover effect of the Substance look and feel on the hovered rows of a table?
I tried to disable the animation but the rows are still highlighted:
AnimationConfigurationManager.getInstance().disallowAnimations(AnimationFacet.ROLLOVER);
I'm using the Nebula skin.
Thank you