Hi All,
what is double buffering in java.. Give one eg...
kind Regards,
Printable View
Hi All,
what is double buffering in java.. Give one eg...
kind Regards,
Double buffering is the technique of using two screen buffers when rendeing. You draw o the back buffer, then when all drawing is complete you copy the buffer to the screen buffer.
Chris
Thanks Chris..