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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifSplitPaneDivider.java67 protected int vThumbWidth = 18; field in class:MotifSplitPaneDivider
165 g.fillRect(x+1, y+1, vThumbWidth-1, vThumbHeight-1);
168 g.drawLine(x, y, x+vThumbWidth, y); // top
173 x+vThumbWidth, y+vThumbHeight); // bottom
174 g.drawLine(x+vThumbWidth, y+1,
175 x+vThumbWidth, y+vThumbHeight-1); // right
246 thumbWidth = vThumbWidth;

Completed in 22 milliseconds