I want to add a rollover effect to the current row of a table layered with MigLayout. I guess the best way is to overwrite paintComponent() adding a rectangle fill for the current row bounds. I can iterate over the table components and ask them for their bounds but, how can I get the bounds of a row?
EDIT
It seems I finally managed to solve this issue. Unfortunately the solution I found is too cumbersome -something like adding a image to your first post- and impractical for most users, so I feel it's not worth to mention here. I'm still looking forward for a natural procedure.