ResourceBundle.getBundle(
"org/netbeans/modules/openoffice/wizard/actions/idl/Bundle").getString(
"MSG_Destroy"), new Object[] {
anode[0].getName()
}), 2);
topmanager.notify(confirmation);
if(confirmation.getValue() == NotifyDescriptor.CANCEL_OPTION) {
return;
}
if(anode[0].canDestroy())
try {