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

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java299 protected GBLayoutInfo layoutInfo; field in class:GBLayout
425 if (layoutInfo != null) {
426 origin.x = layoutInfo.startx;
427 origin.y = layoutInfo.starty;
437 if (layoutInfo == null)
441 dim[0] = new int[layoutInfo.width];
442 dim[1] = new int[layoutInfo.height];
444 System.arraycopy(layoutInfo.minWidth, 0, dim[0], 0,
445 layoutInfo.width);
446 System.arraycopy(layoutInfo
[all...]

Completed in 48 milliseconds