I have 2 frames. Frame1 is a button bar, frame2 has some graphics. I want to click the print button in frame1 to print the graphics, etc. on frame2. Right now the onClick event of the Frame1 button calls Print() but that only prints the contents of the current frame, frame1.