refreshConfigurationList();
} catch (Throwable t) {
// ignore
}
configurationListener = new ConfigurationDelegate(new PropertyAdapter() {
public void onPropertyChanged(final PropertyEvent event) {
PropertyInfo configuration = event.getPropertyInfo();
synchronized (configurationModel) {
configurationModel.removeElement(configuration);
configurationModel.addElement(configuration);