--- In jsci@yahoogroups.com, "Ryan Phelps <ryan@j...>" <ryan@j...> wrote:
> You may consider removing the JDoubleBufferedComponent class since
> Swing components by default are double-buffered. Just a thought.
True, but I'm not sure exactly how it is implemented in Swing. So, I
turn it off and provide my own custom version. Advantage is I can
fine-tune it for graphs. Plus, it makes the Swing graph components
share a similar code base to the AWT graph components, so code is
easier to maintain.