コード例 #1
0
 /** Method to test mirrorTemple */
 public static void testMirrorTemple() {
   Picture temple = new Picture("temple.jpg");
   temple.explore();
   temple.mirrorTemple();
   temple.explore();
 }