Is double buffering (in java) possible with awt? Currently, I know that swing should not be used with awt, so I cannot use BufferStrategy and something else (I already have code written in awt that I don't want to rewrite in swing).
If double buffering is possible with awt, do I need to write a buffer manually? Unlike swing, awt does not seem to have the same double buffering capability built in.
If I need to write the code manually, is there a good tutorial to view? Or is it simply easier / advisable for a novice programmer to use swing instead?
Sorry for the multi-step question. Thank you for your time:)
java swing awt doublebuffered
exodrifter
source share