Downloading Example Files

I am trying to experiment with the scrollbar example. How to I download the image files associated with the example.

img1 = loadImage(“seedTop.jpg”);
img2 = loadImage(“seedBottom.jpg”);

Thanks,
Jerome

Depending on where your processing folder is stored, you can find them at:

processing-3.5.4\modes\java\examples\Topics\GUI\Scrollbar\data

But I’ll post them here anyway. Just right-click and copy, then rename them properly, and save them in the sketch data folder.
seedBottom seedTop seedBottom seedTop

Thanks for the quick response. It worked great!