// beg this order
GfrNodCtrFixFolderRootAbs nodRoot = (GfrNodCtrFixFolderRootAbs) objRoot;
nodRoot.setTree(this);
DefaultTreeModel dtm = (DefaultTreeModel) super.getModel();
dtm.insertNodeInto(super._nodWmss_, nodRoot, 0);
dtm.nodeStructureChanged(nodRoot);
if (! super._nodWmss_.init())
throw new Exception("! super._nodWmss_.init()");
if (super.isVisible())