Searched defs:rowWeights (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java469 * If <code>rowWeights[i]</code> &gt; weight for row i, then
470 * row i is assigned the weight in <code>rowWeights[i]</code>.
471 * If <code>rowWeights</code> has more elements than the number
477 public double rowWeights[]; field in class:GridBagLayout
1343 if (rowWeights != null)
1344 System.arraycopy(rowWeights, 0, r.weightY, 0, Math.min(r.weightY.length, rowWeights.length));

Completed in 152 milliseconds