A moving clipping region example code requested
Using the Robot class will not work because some of the cells will be off screen, under a JSplitPane (Please correct me if I am wrong about this).
I have gotten a buffered image of ONE cell, so I assume that the solution is a matter of looping through the cells in the row, making buffered images of each.
My problem is in appending them to each other to re-create the image of the row.
I have been advised that that requires creating a moving clipping region and painting the images into it (or them?).
Could anyone post a code xample which demonstrates this?
Many thanks in advance.

