Re: [JAVA2D] Transparent internal frames

2004-08-23 Thread Dmitri Trembovetski
Hi Cliff, here's a response from Swing's team Scott Violet (he was unable to post the response on the list for some reason): Hi Cliff. The problem lies with setting the background color to a transparent color. JComponent offers two very closely related properties: opaque and background.

[JAVA2D] getScaledInstance too slow

2004-08-23 Thread Mark Kerzner
Hi, To make it faster in my situation, which is viewing printed images (tif) of test, I am extending the AreaAveragingScaleFilter.I wantto make it very fast for B/W text images, where rgb is either black or white, but predominantly white and do not have to be processed at all. Anybody has