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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFocusingTextField.java11 * This code is distributed in the hope that it will be useful, but WITHOUT
56 * @param willSelect if true, will select all contents of field when
64 public void setWillSelect(boolean will) { argument
65 willSelect = will;

Completed in 29 milliseconds