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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultCaret.java278 * @param nloc the new position to scroll to
280 protected void adjustVisibility(Rectangle nloc) { argument
285 component.scrollRectToVisible(nloc);
287 SwingUtilities.invokeLater(new SafeScroller(nloc));

Completed in 32 milliseconds