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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java128 int barRectHeight = progressBar.getHeight()-1;
130 int amountFull = getAmountFull(null, barRectWidth, barRectHeight);
132 paintXPBackground(g, vertical, barRectWidth, barRectHeight);
138 barRectHeight -= 2;
141 g2.setStroke(new BasicStroke((float)(vertical ? barRectWidth : barRectHeight),
145 g2.drawLine(2, barRectHeight / 2 + 1,
146 amountFull - 2, barRectHeight / 2 + 1);
149 barRectHeight / 2 + 1,
151 barRectHeight / 2 + 1);
153 paintString(g, 0, 0, barRectWidth, barRectHeight, amountFul
391 paintXPBackground(Graphics g, boolean vertical, int barRectWidth, int barRectHeight) argument
[all...]

Completed in 82 milliseconds