if (!isSelected) {
expand = true;
}
dataServicePanel.add(mDataServiceCbArr[i]);
}
DisclosureTriangle disclosureButton = new DisclosureTriangle(dataServicePanel);
disclosureButton.setLabelText(mLocalizer.msg("dataSources", "Data sources"));
if (expand) {
disclosureButton.expand();
}
northPanel.add(disclosureButton);
}
int period = Settings.propDownloadPeriod.getInt();