Re: [JAVA2D] Graphics2D object retrieved from Canvas is volitile...

2009-06-29 Thread java2d
Thank you... [Message sent by forum member 'demonduck' (demonduck)] http://forums.java.net/jive/thread.jspa?messageID=353452 === To unsubscribe, send email to lists...@java.sun.com and include in the body of the message "sign

Re: [JAVA2D] Graphics2D object retrieved from Canvas is volitile...

2009-06-29 Thread Dmitri Trembovetski
I filed a bug 6855841: D3D: graphics object doesn't get revalidated for applets which were dragged out of the browser Will show up on bug parade later today. Thanks, Dmitri jav...@javadesktop.org wrote: jav...@javadesktop.org wrote: I first thought this was a bug in the 1.6.0

Re: [JAVA2D] Graphics2D object retrieved from Canvas is volitile...

2009-06-29 Thread java2d
> jav...@javadesktop.org wrote: > > I first thought this was a bug in the 1.6.0.14 >> plugin. But perhaps it is just that the Graphics2D >>object retrieved from a Canvas object is volatile. >> Is this a bug??? Is this the way it's supposed to >> be??? I don't know. > Creating a new graphics con

Re: [JAVA2D] Graphics2D object retrieved from Canvas is volitile...

2009-06-29 Thread Dmitri Trembovetski
jav...@javadesktop.org wrote: I first thought this was a bug in the 1.6.0.14 plugin. But perhaps it is just that the Graphics2D object retrieved from a Canvas object is volatile. Although I have never seen a Graphics2D object to be volatile except when it was retrieved from a BufferStrategy.

[JAVA2D] Graphics2D object retrieved from Canvas is volitile...

2009-06-27 Thread java2d
I first thought this was a bug in the 1.6.0.14 plugin. But perhaps it is just that the Graphics2D object retrieved from a Canvas object is volatile. Although I have never seen a Graphics2D object to be volatile except when it was retrieved from a BufferStrategy. This is what I see. When I dr