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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicScrollBarUI.java125 protected int incrGap; field in class:BasicScrollBarUI
211 incrGap = UIManager.getInt("ScrollBar.incrementButtonGap");
214 // TODO this can be removed when incrGap/decrGap become protected
223 incrGap *= 1.15;
227 incrGap *= 0.857;
231 incrGap *= 0.714;
671 int gaps = decrGap + incrGap;
690 int thumbY = incrButtonY - incrGap - thumbH;
711 int itrackH = incrButtonY - incrGap - itrackY;
729 if ((thumbY + thumbH) > incrButtonY - incrGap) {
[all...]

Completed in 1172 milliseconds