Searched refs:hasComponents (Results 1 – 1 of 1) sorted by relevance
86 Component hasComponents = null; field in ColumnListCanvas772 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()