StringBuffer serialized = (StringBuffer)tempB.get(1);
ImageIcon scaledIcon = (ImageIcon)tempB.get(2);
JTreeLeafDetails treeLeaf = new JTreeLeafDetails(displayName, tempB,
scaledIcon);
DefaultMutableTreeNode newUserComp = new DefaultMutableTreeNode(treeLeaf);
model.insertNodeInto(newUserComp, m_userCompNode, 0);
// add to the list of user components
m_userComponents.add(tempB);
//addToUserToolBar(tempB, false);