< prev index next >

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

Print this page

        

@@ -20,16 +20,16 @@
  *
  * 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.action.Action;
 import org.jemmy.control.Wrap;
-import org.jemmy.interfaces.Keyboard.KeyboardButton;
-import org.jemmy.interfaces.Keyboard.KeyboardModifier;
+import org.jemmy.input.CharBindingMap;
+import org.jemmy.input.DefaultCharBindingMap;
 import org.jemmy.interfaces.Keyboard;
 import org.jemmy.env.Environment;
 import org.jemmy.env.Timeout;
 import org.jemmy.interfaces.Focusable;
 import org.jemmy.interfaces.Modifier;
< prev index next >