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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutComparator.java44 private static final int ROW_TOLERANCE = 10; field in class:LayoutComparator
122 if (Math.abs(ay - by) < ROW_TOLERANCE) {
131 if (Math.abs(ay - by) < ROW_TOLERANCE) {
142 if (Math.abs(ax - bx) < ROW_TOLERANCE) {
151 if (Math.abs(ax - bx) < ROW_TOLERANCE) {

Completed in 45 milliseconds