What is better to use in java: a manually implemented double-buffering, or to use an already double-buffered swing component? Or is this without any difference?
Thank you.
What is better to use in java: a manually implemented double-buffering, or to use an already double-buffered swing component? Or is this without any difference?
Thank you.
It's unclear what you mean by "better" (or for that matter, the specifics of "manually implemented double-buffering"), but two major points: