Hi Dmitri, I think we're understanding the problem more now. We think that a repaint of the blank map is causing a repaint of an overlapping panel that sports translucent gradient shading and vice-versa. So we're going to take that out of the equation and see if the X-Server responds better.
Just to clarify my understanding though, where is the filled rectangle generated? Is it an off-screen buffer/pixmap on the client side that is sent to the X-Server or is it done with primitives sent to the X-Server? And, what input settings cause it to change from client to server. (The pmoffscreen=false does help quite a bit when remoting the GUI over X.) Thanks! Rob Dmitri Trembovetski wrote: > Hi Rob, > > what java version are you using? We have made some improvements in > jdk7 so that we don't send extra requests to the server. > > Although looking at the requests it appears that the top > ones might belong to AWT, not 2D - which would explain > why you didn't see any difference when trying the Java2D > flags. > > Thanks, > Dmitri > > =========================================================================== 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".