@Override
public String loadSetting(String filename) {
String tmpResult = super.loadSetting(filename);
AttributePolledList tmpAttributePolledList = super.getModel();
if(tmpAttributePolledList != null) {
tmpAttributePolledList.startRefresher();
}
if(tmpResult.length() > 0) {
JOptionPane.showMessageDialog(this.getParent(),tmpResult , "Errors reading " + configFile, 0);
}