graydon hoare <[EMAIL PROTECTED]> wrote on Tue, 2 Sep 2003 20:25:19 -0400:
>http://gcc.gnu.org/ml/java-patches/2003-q3/msg00493.html Yet another comment: With a little test program, I've noticed that Sun's J2SE 1.4.1_01 (GNU/Linux, x86) sets the composite to AlphaComposite.SrcOver when setPaintMode() is called, at least with the Graphics2D implementation that is passed to JComponent.paint(). public void setPaintMode () { - setComposite (java.awt.AlphaComposite.Xor); + setComposite(java.awt.AlphaComposite.SrcOver); } Sorry for the mail flood. This will be the last message for a while. -- Sascha Sascha Brawer, [EMAIL PROTECTED], http://www.dandelis.ch/people/brawer/ _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

