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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifSplitPaneDivider.java65 protected int hThumbWidth = 12; field in class:MotifSplitPaneDivider
82 setDividerSize(hThumbWidth + pad);
104 vThumbHeight = hThumbWidth = newSize - pad - borderSize;
125 int x = center - hThumbWidth/2;
138 g.fillRect(x+1, y+1, hThumbWidth-2, hThumbHeight-1);
141 g.drawLine(x, y, x+hThumbWidth-1, y); // top
146 x+hThumbWidth-1, y+hThumbHeight-1); // bottom
147 g.drawLine(x+hThumbWidth-1, y+1,
148 x+hThumbWidth-1, y+hThumbHeight-2); // right
237 thumbX = center - hThumbWidth/
[all...]

Completed in 29 milliseconds