// DrJava saved history v2 FileChooser.setMediaPath("d:\\intro-prog-java\\mediasources\\");//End of Interaction// Picture(FileChooser.getMediaPath("7inX95in.jpg"));//End of Interaction// Picture p1 = new Picture(FileChooser.getMediaPath("7inX95in.jpg"));//End of Interaction// p1.show();//End of Interaction// p2 = new Picture(FileChooser.getMediaPath("butterfly2.jpg"));//End of Interaction// p2.show();//End of Interaction// p1.copy(p2, 0, 0, p2.getWidth(), p2.getHeight(), 100, 100);//End of Interaction// p1.repaint();//End of Interaction//