Re: [JAVA2D] zoom-framework with doubleBuffering

2004-07-21 Thread Michael Seele
hello, i've tested piccolo few weeks ago but the problem was that the zoomed rectangles looked realy bad, because the drawing is not very accurate!!! the next problem was that it was not much faster than my application without doubleBuffering! the at least it is a problem that i must recode a big a

Re: [JAVA2D] zoom-framework with doubleBuffering

2004-07-21 Thread Emmanuel Pietriga
Michael Seele wrote: hi, i develop an application which can zoom and displays a few rectangles. now i want to buffer(using double buffering) the rectangles for more speed in my application. the problem is, that the content of the rectangles when they use double buffering looks very decayed! for thi