JOptionPane.showMessageDialog(uiJPanel, "��ͬ���Ƶ���ͼ�Ѿ�����,��ʧ�ܣ�", "���洰��", JOptionPane.ERROR_MESSAGE);
return;
}
changeViewName.putValue(de.FeatureModellingTool.GraphicalEditor.ConstantDefinition.NEW_VIEW_NAME, newName);
changeViewName.actionPerformed(null);
String resultNewViewName = (String) changeViewName.getValue(de.FeatureModellingTool.GraphicalEditor.ConstantDefinition.NEW_VIEW_NAME);
String resultOldViewName = (String) changeViewName.getValue(de.FeatureModellingTool.GraphicalEditor.ConstantDefinition.OLD_VIEW_NAME);
if (!newName.equals(resultNewViewName) || !oldName.equals(resultOldViewName)){
JOptionPane.showMessageDialog(uiJPanel, "�ڲ�����,��ʧ�ܣ�", "���洰��", JOptionPane.ERROR_MESSAGE);