A moving clipping region example code requested

I would like to make a buffered image of a row of a JTable.

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.
[698 byte] By [javaQQ] at [2007-11-19 6:41:18]