for (int j = 0; j < getSubItemCount(); j++) {
String subtext = " SUBITEM " + j + " for " + text;
tree.addItem(subtext);
tree.setParent(subtext, text);
}
tree.expandItemsRecursively(text);
}
// One can test that the slugginesh is actually verticallayout issue
// Table testTable = TestForTablesInitialColumnWidthLogicRendering
// .getTestTable(12, 60);