Posted By:
Sandie_C
Posted On:
Wednesday, March 6, 2002 12:13 AM
I have an applet where I use a ScrollPane to display a large image. The image is drawn in a Canvas component, where the Canvas component is then added to the ScrollPane. Whenever I scroll it, the image displayed will flicker. How do I eliminate the flickering? I've tried using double buffer, but it doesn't seem to help.