From Eitan:
I tried to use the FestSwingJUnitTestCase when i try to run a simple test, I get an exception. JUnit appears to be complaining that:
@BeforeClass public final void setUpOnce() { FailOnThreadViolationRepaintManager.install(); }
should be marked static.