< prev index next >

core/JemmyAWTInput/src/org/jemmy/input/awt/AWTRobotInputFactory.java

Print this page

        

@@ -20,22 +20,22 @@
  *
  * 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.input;
+package org.jemmy.input.awt;
 
 import org.jemmy.JemmyException;
 import org.jemmy.control.Wrap;
 import org.jemmy.env.Environment;
 import org.jemmy.interfaces.ControlInterface;
 import org.jemmy.interfaces.ControlInterfaceFactory;
 import org.jemmy.interfaces.Drag;
 import org.jemmy.interfaces.Keyboard;
 import org.jemmy.interfaces.Mouse;
 import org.jemmy.interfaces.TypeControlInterface;
-import org.jemmy.operators.AWTScreen;
+import org.jemmy.operators.awt.AWTScreen;
 import org.jemmy.operators.Screen;
 
 /**
  *
  * @author shura
< prev index next >