Sascha Brawer <[EMAIL PROTECTED]> writes:

> Another quick comment: Shouldn't setColor also store the passed
> color into the paint field? From the Sun JavaDoc:

yup, and also:

>    public void setPaintMode () 
>    { 
> -    setComposite (java.awt.AlphaComposite.Xor); 
> +    setComposite(java.awt.AlphaComposite.SrcOver); 
>    }

yup. thanks for the sharp eyes, I guess I was thinking of the Xor
composite operator when I wrote that.

-graydon



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to