I have a program that creates great images using mathematical algorithms. I have it so it can animate the image, but right now, it looks ugly because theres so much flickering and it jumps, and its just looks bad. I know what i have to do to, double buffer, but I can only find out how to do that on an applet. It seems on a frame (or panel) it doesnt work right. Can anyone tell me how i could double buffer my graphics on a panel or frame?
