RepaintManager that animates damaged regions of components?

218 Views Asked by At

I'm looking for a existing class i remember seeing, but can't remember the name.

It animated the dirty paint regions used by RepaintManager to update JComponents.

It was done by extending RepaintManager i think.

1

There are 1 best solutions below

0
On

I found it: http://weblogs.java.net/blog/alexfromsun/archive/2007/11/debug_swing_rep.html

Edit: the code needs download from here https://svn.java.net/svn/jxlayer~svn and compile. The Class is DebugRepaintingUI.