package com.quantum.view.bookmark;
import java.sql.SQLException;
+import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
this.children.add(entityNode);
}
}
- if (changed && !firstTimeInitialization) {
+ Collections.sort(this.children);
+ if ((temp.size() > 0 || changed ) && !firstTimeInitialization) {
firePropertyChange("children", null, null);
}
} catch (SQLException e) {