/*
* If the component does not have a specified size in the
* main direction the caption may determine the space used
* by the component
*/
if (!childComponentContainer
.widgetHasSizeSpecified(orientation)) {
int captionWidth = childComponentContainer
.getCaptionRequiredWidth();
// ApplicationConnection.getConsole().log(
// "Component width: " + width