// XXX: if i don't do the following line, system will default use
// SelectionTool. Don't know where else to set this. Since it is
// kind of duplicate
// to the DesignerPaletteRoot.
_editDomain.setDefaultTool(new RangeSelectionTool());
_editDomain.loadDefaultTool();
// next config the _editDomain
// _editDomain.setPaletteRoot(new JSFPaletteRoot());
}