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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DScrollPaneLayout.java123 protected Component upperLeft; field in class:ScrollPaneLayout
179 upperLeft = sp.getCorner(UPPER_LEFT_CORNER);
251 upperLeft = addSingletonComponent(upperLeft, c);
290 else if (c == upperLeft) {
291 upperLeft = null;
443 return upperLeft;
972 (!leftToRight && upperLeft == null))
1032 if (upperLeft != null) {
1033 upperLeft
[all...]
H A DJScrollPane.java258 protected Component upperLeft; field in class:JScrollPane
1188 return upperLeft;
1226 * <li>upperLeft
1253 old = upperLeft;
1254 upperLeft = corner;
1389 String upperLeftString = (upperLeft != null ?
1390 upperLeft.toString() : "");
1401 ",upperLeft=" + upperLeftString +
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java332 Point upperLeft = clip.getLocation();
337 int rMin = table.rowAtPoint(upperLeft);
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.java1777 Point upperLeft = clip.getLocation();
1781 int rMin = table.rowAtPoint(upperLeft);
1796 int cMin = table.columnAtPoint(ltr ? upperLeft : lowerRight);
1797 int cMax = table.columnAtPoint(ltr ? lowerRight : upperLeft);

Completed in 44 milliseconds