return;
}
// Create a dialog for configuring the object.
// First, identify the top parent frame.
Frame parent = getFrame();
new RenameDialog(parent, target);
} catch (Throwable throwable) {
// Giotto code generator on giotto/demo/Hierarchy/Hierarchy.xml
// was throwing an exception here that was not being displayed
// in the UI.
MessageHandler.error(