G
greyham
I have a large applet and not all of it can fit on the screen at once.
Every second, the applet adds another row of pixels, slowly generating
an image from left to right. But when you scroll up or down to uncover
some of the image that you can't see, the image is blank just for that
section of the image that WAS hidden. It then builds the image fine
from that point on (or the part that you can see anyways) but you have
this blank rectangle preceeding the point where you scrolled.
I hope I've explained it well enough. Does anybody know a way around
this?? Thanks for your time.
Every second, the applet adds another row of pixels, slowly generating
an image from left to right. But when you scroll up or down to uncover
some of the image that you can't see, the image is blank just for that
section of the image that WAS hidden. It then builds the image fine
from that point on (or the part that you can see anyways) but you have
this blank rectangle preceeding the point where you scrolled.
I hope I've explained it well enough. Does anybody know a way around
this?? Thanks for your time.