Class CheckThreadViolationRepaintManager

java.lang.Object
javax.swing.RepaintManager
rma.util.debug.CheckThreadViolationRepaintManager
Direct Known Subclasses:
LogViolationRepaintManager

public abstract class CheckThreadViolationRepaintManager extends RepaintManager

This class is used to detect Event Dispatch Thread rule violations
See How to Use Threads for more info

This is a modification of original idea of Scott Delap.