DoubleBuffering in Java
- by DDP
Hello there, I'm having some trouble implementing DoubleBuffer into my program. Before you faint from the wall of text, you should know that a lot of it is there just in case you need to know. The actual place where I think I'm having problems is in one method.
I've recently looked up a tutorial on the gpwiki about double buffering, and decided to…