Lines Matching refs:row
87 for (int row = 0; row < nrows; row++) {
88 // Find largest minimum height for this row
91 if (row * ncols + col < nComps) {
92 Component c = parent.getComponent(row * ncols + col);
96 // Set heights for this row
99 if (row * ncols + col < nComps) {
100 JComponent c = (JComponent)parent.getComponent(row * ncols + col);
105 fills[row] = true;
110 if (fills[row]) {
112 lastFillRow = row;
121 for (int row = 0; row < nrows; row++) {
122 if (fills[row]) {
123 if (row == lastFillRow) {
128 if (row * ncols + col < nComps) {
129 Component c = parent.getComponent(row * ncols + col);
148 for (int row = 0; row < nrows; row++) {
149 if (row * ncols + col < nComps) {
150 Component c = parent.getComponent(row * ncols + col);
156 for (int row = 0; row < nrows; row++) {
157 if (row * ncols + col < nComps) {
158 JComponent c = (JComponent)parent.getComponent(row * ncols + col);
162 if (row == 0 && getFillColumn(c)) {
184 for (int row = 0; row < nrows; row++) {
185 if (row * ncols + col < nComps) {
186 Component c = parent.getComponent(row * ncols + col);
214 for (int row = 0; row < nrows; row++) {
217 if (row * ncols + col < nComps) {
218 Component c = parent.getComponent(row * ncols + col);
228 for (int row = 0; row < nrows; row++) {
229 if (row * ncols + col < nComps) {
230 Component c = parent.getComponent(row * ncols + col);