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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifSplitPaneDivider.java68 protected int vThumbHeight = 12; field in class:MotifSplitPaneDivider
104 vThumbHeight = hThumbWidth = newSize - pad - borderSize;
153 int y = size.height/2 - vThumbHeight/2;
165 g.fillRect(x+1, y+1, vThumbWidth-1, vThumbHeight-1);
169 g.drawLine(x, y+1, x, y+vThumbHeight); // left
172 g.drawLine(x+1, y+vThumbHeight,
173 x+vThumbWidth, y+vThumbHeight); // bottom
175 x+vThumbWidth, y+vThumbHeight-1); // right
245 thumbY = size.height/2 - vThumbHeight/2;
247 thumbHeight = vThumbHeight;
[all...]

Completed in 28 milliseconds