/**
* Add the catalog menu items.
*/
public void addMenuItems() {
CatalogDirectory dir = CatalogNavigator.getCatalogDirectory(false);
// update menu when the config file changes
dir.removeTreeModelListener(this);
dir.addTreeModelListener(this);
_catalogMenu = _createCatalogSubMenu(this, _catalogMenu, true, dir, Catalog.CATALOG,
_I18N.getString("catalogs"), CatalogTreeCellRenderer.CATALOG_ICON);
_archiveMenu = _createCatalogSubMenu(this, _archiveMenu, true, dir, Catalog.ARCHIVE,