src/share/classes/javax/swing/RepaintManager.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

@@ -58,10 +58,11 @@
  * <code>JWindow</code>, <code>JFrame</code> and <code>JDialog</code>).
  * Any calls to <code>repaint</code> on one of these will call into the
  * appropriate <code>addDirtyRegion</code> method.
  *
  * @author Arnaud Weber
+ * @since 1.2
  */
 public class RepaintManager
 {
     /**
      * Whether or not the RepaintManager should handle paint requests