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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java411 * If <code>layoutInfo</code> is <code>null</code>
419 protected GridBagLayoutInfo layoutInfo; field in class:GridBagLayout
563 if (layoutInfo != null) {
564 origin.x = layoutInfo.startx;
565 origin.y = layoutInfo.starty;
580 if (layoutInfo == null)
584 dim[0] = new int[layoutInfo.width];
585 dim[1] = new int[layoutInfo.height];
587 System.arraycopy(layoutInfo.minWidth, 0, dim[0], 0, layoutInfo
[all...]

Completed in 148 milliseconds