Searched refs:nScrollBarValue (Results 1 – 4 of 4) sorted by relevance
98 int nScrollBarValue = sb.getMaximum() - sb.getVisibleAmount() - 1; in paintComponent() local99 sb.setValue (nScrollBarValue); in paintComponent()
120 int nScrollBarValue = sb.getMaximum() - sb.getVisibleAmount() - 1; in paintComponent() local121 sb.setValue (nScrollBarValue); in paintComponent()
122 int nScrollBarValue = sb.getMaximum() - sb.getVisibleAmount() - 1; in paintComponent() local123 sb.setValue (nScrollBarValue); in paintComponent()
104 int nScrollBarValue = sb.getMaximum() - sb.getVisibleAmount() - 1; in UpdateVerticalScrollBar() local105 sb.setValue (nScrollBarValue); in UpdateVerticalScrollBar()
Completed in 18 milliseconds