< prev index next >

jdk/test/lib/testlibrary/ExtendedRobot.java

Print this page

        

*** 46,56 **** * {@literal @}library ../../../../lib/testlibrary * {@literal @}build ExtendedRobot * </pre> * * @author Dmitriy Ermashov ! * @since 1.9 */ public class ExtendedRobot extends Robot { private static int DEFAULT_SPEED = 20; // Speed for mouse glide and click --- 46,56 ---- * {@literal @}library ../../../../lib/testlibrary * {@literal @}build ExtendedRobot * </pre> * * @author Dmitriy Ermashov ! * @since 9 */ public class ExtendedRobot extends Robot { private static int DEFAULT_SPEED = 20; // Speed for mouse glide and click
< prev index next >