Home
last modified time | relevance | path

Searched refs:componentHeight (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnListCanvas.java87 int componentHeight = 0; field in ColumnListCanvas
778 if (size.height > componentHeight) { in checkComponentCell()
779 componentHeight = size.height; in checkComponentCell()
780 if (componentHeight > rowHeight) { in checkComponentCell()
781 rowAscent += (componentHeight - rowHeight) / 2; in checkComponentCell()
782 rowHeight = componentHeight + 2; in checkComponentCell()
1053 if ((componentHeight == 0) && (hasComponents != null)) in cacheDimensions()
1054 componentHeight = hasComponents.preferredSize().height; in cacheDimensions()
1056 if (rowHeight < componentHeight) { in cacheDimensions()
1057 rowAscent += (componentHeight - rowHeight) / 2; in cacheDimensions()
[all …]