/**
* Scrolls to maximum value.
* @throws SpinnerModelException if an operator's model does not have a maximum value.
*/
public void scrollToMaximum() {
produceTimeRestricted(new Action() {
public Object launch(Object obj) {
driver.scrollToMaximum(JSpinnerOperator.this, SwingConstants.VERTICAL);
return(null);
}
public String getDescription() {