< prev index next >

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

Print this page

        

*** 20,35 **** * * 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; import org.jemmy.Rectangle; import org.jemmy.control.Wrap; ! import org.jemmy.input.RobotDriver; /** * Uses java.awt.Robot to capture the images * @author mrkam, shura --- 20,37 ---- * * 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.awt; import org.jemmy.Rectangle; import org.jemmy.control.Wrap; ! 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 >