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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DScrollPaneLayout.java1049 * the vertical scrollbar is needed (<code>wantsVSB</code>).
1052 * the vsb. This is only called when <code>wantsVSB</code> has
1055 private void adjustForVSB(boolean wantsVSB, Rectangle available, argument
1059 if (wantsVSB) {

Completed in 31 milliseconds