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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java362 * The button stays visually "pressed" for <code>pressTime</code>
365 * @param pressTime the time to "hold down" the button, in milliseconds
367 public void doClick(int pressTime) { argument
373 Thread.currentThread().sleep(pressTime);
H A DJMenu.java1291 * @param pressTime indicates the number of milliseconds the
1294 public void doClick(int pressTime) { argument

Completed in 48 milliseconds