I can't get an image to scroll. I calculate the location the image should move to in a scrollbarChange handler, then call image.draw(Canvas, x, y, true), and the image dosen't move.
Debugging the scrollbar handler shows the math is correct.
I must be missing some vital step.
Does anyone have an idea of what I'm missing?