I translate the 2D graphics object, but it prints new and old graphics on each page



I am drawing a schematic using Java2D and want to print it. I want to
print it 3 pages wide by 3 pages long, so I translate the 2D graphics
object with in relation to the current pageIndex. It prints all 9
pages, but they all have their own "section" of the schematic as well
as all past ones. I dispose of the 2D graphics object, so what else
am i missing? Any ideas? Thanks!
Ralph Macchio

.