List of usage examples for javax.swing RepaintManager subclass-usage
From source file CheckThreadViolationRepaintManager.java
/**
* <p>
* This class is used to detect Event Dispatch Thread rule violations<br>
* See <a
* href="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">How
* to Use Threads</a> for more info
From source file tk.tomby.tedit.core.ThreadSafeRepaintManager.java
/**
* DOCUMENT ME!
*
* @author $Author: amunoz $
* @version $Revision: 1.1.1.1 $
*/
From source file savant.debug.DebugRepaintManager.java
/**
* Utility class to help debug cases where a component is receiving unexpected repaints.
* Use RepaintManager.setCurrentManager() to install this. It generates <b>a lot</b> of output.
*
* @author tarkvara
*/
From source file SoundManagerTest.java
/** * The NullRepaintManager is a RepaintManager that doesn't do any repainting. * Useful when all the rendering is done manually by the application. */ class NullRepaintManager extends RepaintManager {