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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DScrollPaneLayout.java115 protected Component lowerRight; field in class:ScrollPaneLayout
178 lowerRight = sp.getCorner(LOWER_RIGHT_CORNER);
248 lowerRight = addSingletonComponent(lowerRight, c);
287 else if (c == lowerRight) {
288 lowerRight = null;
440 return lowerRight;
997 (!leftToRight && lowerRight == null))
1025 if (lowerRight != null) {
1026 lowerRight
[all...]
H A DJScrollPane.java250 protected Component lowerRight; field in class:JScrollPane
1185 return lowerRight;
1225 * <li>lowerRight
1249 old = lowerRight;
1250 lowerRight = corner;
1387 String lowerRightString = (lowerRight != null ?
1388 lowerRight.toString() : "");
1399 ",lowerRight=" + lowerRightString +
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java334 Point lowerRight = new Point(clip.x + clip.width - 1,
338 int rMax = table.rowAtPoint(lowerRight);
352 int cMin = table.columnAtPoint(ltr ? upperLeft : lowerRight);
353 int cMax = table.columnAtPoint(ltr ? lowerRight : upperLeft);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java1778 Point lowerRight = new Point(clip.x + clip.width - 1,
1782 int rMax = table.rowAtPoint(lowerRight);
1796 int cMin = table.columnAtPoint(ltr ? upperLeft : lowerRight);
1797 int cMax = table.columnAtPoint(ltr ? lowerRight : upperLeft);

Completed in 44 milliseconds