0

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.

i30817
  • 1,356
  • 2
  • 13
  • 26
  • here you can start http://stackoverflow.com/questions/7787998/how-to-generate-exceptions-from-repaintmanager – mKorbel Dec 29 '11 at 19:50
  • @mKorbel: Perhaps [this one](http://stackoverflow.com/questions/8614972/passing-current-date/8616169#8616169)? – trashgod Dec 29 '11 at 22:18
  • Nope. It's actually this: http://www.jarvana.com/jarvana/view/org/swinglabs/jxlayer/3.0.4/jxlayer-3.0.4-javadoc.jar!/org/jdesktop/jxlayer/plaf/ext/DebugRepaintingUI.html – i30817 Dec 29 '11 at 22:35

1 Answers1

1

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.

i30817
  • 1,356
  • 2
  • 13
  • 26