Re: [JAVA2D] Smooth Gradients

2006-06-25 Thread Niclas Hedhman
I am not very good with Java2D, but the color problem described is mostly due to incorrect LCD representation of sRGB color space on the device. Nevertheless, manual visual smoothing of this could probably also be done by changing the individual colors independently on each row. If there is a

Re: [JAVA2D] sun.java2d.Disposer questions (possible leak)

2006-06-25 Thread java2d
Hi Dmitri, Is Mustang b89 recent enough to test? Out of curiosity, what was changed wrt the Disposer in Mustang? Is the disposer thread initialized on JVM startup? BTW, the application is a J2EE web app, sometimes serving some graphs with historical data. The InheritableThreadLocal comes from