Searched refs:selectionLength (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/swing/JFormattedTextField/
H A DTest6462562.java106 public boolean test(int pos, int selectionLength, String todo, Object expectedResult) { argument
111 if (selectionLength > 0) {
112 caret.moveDot(pos + selectionLength);
136 v0, pos, pos + selectionLength, desc);

Completed in 211 milliseconds