Returns true if this RepaintManager is double buffered.
The default value for this property may vary from platform
to platform. On platforms where native double buffering
is supported in the AWT, the default value will be
false
to avoid unnecessary buffering in Swing.
On platforms where native double buffering is not supported,
the default value will be
true
.
Returns:
true if this object is double buffered