Hi there,

I have a scrollpane with a column view at the top and for some reason
it gets repainted when scrolling the center view even though that
shouldn't be necessary. My question is: what is the best way to find
out why and where the column header component's paintComponent()
method gets called? When I dump the stack trace inside the
paintComponent() method then it always only tells me that it was
called in the event loop thread. But the reason for this must be that
the reapaint() method was called earlier and the RepaintManager
decided to draw the dirty areas.

Dirk