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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DOrientableFlowLayout.java271 * @param colEnd the end of the column.
273 private void moveComponents(Container target, int x, int y, int width, int height, int colStart, int colEnd) { argument
284 for (int i = colStart; i < colEnd; i++) {

Completed in 35 milliseconds