Double Buffering with awt
Posted
by DDP
on Stack Overflow
See other posts from Stack Overflow
or by DDP
Published on 2010-05-16T20:27:52Z
Indexed on
2010/05/16
20:30 UTC
Read the original article
Hit count: 270
Is double buffering (in java) possible with awt? Currently, I'm aware that swing should not be used with awt, so I can't use BufferStrategy and whatnot.
If double buffering is possible with awt, do I have to write the buffer by hand? Unlike swing, awt doesn't seem to have the same built-in double buffering capability.
If I do have to write the code by hand, is there a good tutorial to look at? Or is it just easier/advisable for a novice programmer to use swing instead?
Sorry about the multi-step question. Thanks for your time :)
© Stack Overflow or respective owner