< prev index next >

src/java.desktop/share/classes/sun/swing/PrintColorUIResource.java

Print this page

        

*** 55,65 **** } /** * Return the color to use during printing. If no alternate * color was specified on construction, this method will ! * return <code>this</code>. * * @return the color to use during printing */ public Color getPrintColor() { return ((printColor != null) ? printColor : this); --- 55,65 ---- } /** * Return the color to use during printing. If no alternate * color was specified on construction, this method will ! * return {@code this}. * * @return the color to use during printing */ public Color getPrintColor() { return ((printColor != null) ? printColor : this);
< prev index next >