if (module.getChild() != null) {
panelDefinitionsChild = new DefinitionPanel(module.getChild());
tp.addTab(DcResources.getText("lblXFields", module.getChild().getLabel()), IconLibrary._icoSettings16, panelDefinitionsChild);
}
DcColorSelector cs = ComponentFactory.getColorSelector(DcRepository.Settings.stQuickViewBackgroundColor);
cs.setValue(DcSettings.getColor(DcRepository.Settings.stQuickViewBackgroundColor));
tp.addTab(DcResources.getText("lblBackgroundColor"), IconLibrary._icoColor16, cs);
getContentPane().add(tp, Layout.getGBC(0, 1, 1, 1, 10.0, 10.0,
GridBagConstraints.NORTHWEST, GridBagConstraints.BOTH,
new Insets(5, 5, 5, 5), 0, 0));