Reputation: 1378
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.
Upvotes: 0
Views: 205
Reputation: 1378
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.
Upvotes: 1