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

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

*** 43,52 **** --- 43,53 ---- * @see JComponent#setDebugGraphicsOptions * @see RepaintManager#currentManager * @see RepaintManager#setDoubleBufferingEnabled * * @author Dave Karlton + * @since 1.2 */ public class DebugGraphics extends Graphics { Graphics graphics; Image buffer; int debugOptions;