void displayMatrix( AffineTransform theTransform){ double[] theMatrix = newdouble[6]; theTransform.getMatrix(theMatrix); Figure 10