< prev index next >

core/JemmyAWTInput/src/org/jemmy/image/awt/AWTRobotCapturer.java

Print this page

        

@@ -20,16 +20,18 @@
  *
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
-package org.jemmy.image;
+package org.jemmy.image.awt;
 
 
 import org.jemmy.Rectangle;
 import org.jemmy.control.Wrap;
-import org.jemmy.input.RobotDriver;
+import org.jemmy.image.Image;
+import org.jemmy.image.ImageCapturer;
+import org.jemmy.input.awt.RobotDriver;
 
 
 /**
  * Uses java.awt.Robot to capture the images
  * @author mrkam, shura
< prev index next >