JButtonOperator more = findAButton(oper, ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
Point pnt = getClickPoint((JScrollBarOperator)oper, less, more, ((JScrollBarOperator)oper).getValue());
mdriver.moveMouse(oper, pnt.x, pnt.y);
mdriver.pressMouse(oper, pnt.x, pnt.y, oper.getDefaultMouseButton(), 0);
result = ((JScrollBarOperator)oper).getValueIsAdjusting();
mdriver.releaseMouse(oper, pnt.x, pnt.y, oper.getDefaultMouseButton(), 0);
return(result && isSmallIncrement((JScrollBarOperator)oper));
}
protected boolean canJump(ComponentOperator oper) {
return(isSmallIncrement((JScrollBarOperator)oper));