Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnListCanvas.java86 Component hasComponents = null; field in ColumnListCanvas
772 if (hasComponents == null) in checkComponentCell()
773 hasComponents = (Component) value; in checkComponentCell()
1053 if ((componentHeight == 0) && (hasComponents != null)) in cacheDimensions()
1054 componentHeight = hasComponents.preferredSize().height; in cacheDimensions()