You could modify your application to render your AA and AC-heavy stuff into a 
BufferedImage (opaque). Then copy that image to Swing's back buffer.

That way you'll do all pixel manipulation on your local system, and then ship 
the image over the net into the Pixmap-based Swing back-buffer, which will then 
be presented by the x server, presumably w/o much tearing.

Thanks,
   Dmitri
[Message sent by forum member 'trembovetski' (trembovetski)]

http://forums.java.net/jive/thread.jspa?messageID=322012

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".

Reply via email to