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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTabbedPaneUI.java619 int rightX = r.x + r.width;
620 width = rightX - tabRect.x;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1384 int rightX = bounds.x + bounds.width + getRightChildIndent();
1388 && rightX >= clipLeft
1390 && nodeX < rightX) {
1393 paintHorizontalLine(g, tree, lineY, nodeX, rightX - 1);

Completed in 430 milliseconds