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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DOrientableFlowLayout.java270 * @param colStart the beginning 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 70 milliseconds