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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifSplitPaneDivider.java66 protected int hThumbHeight = 18; field in class:MotifSplitPaneDivider
138 g.fillRect(x+1, y+1, hThumbWidth-2, hThumbHeight-1);
142 g.drawLine(x, y+1, x, y+hThumbHeight-1); // left
145 g.drawLine(x+1, y+hThumbHeight-1,
146 x+hThumbWidth-1, y+hThumbHeight-1); // bottom
148 x+hThumbWidth-1, y+hThumbHeight-2); // right
240 thumbHeight = hThumbHeight;

Completed in 31 milliseconds