Searched defs:dragAndDrop (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/test/javax/swing/JTextArea/8149849/
H A DDNDTextToScaledArea.java107 public static void dragAndDrop(Robot robot, Point src, Point dst) throws Exception { method in class:DNDTextToScaledArea
/openjdk10/jdk/test/lib/testlibrary/
H A DExtendedRobot.java325 public void dragAndDrop(int fromX, int fromY, int toX, int toY){ method in class:ExtendedRobot
347 public void dragAndDrop(Point from, Point to){ method in class:ExtendedRobot

Completed in 38 milliseconds