.setToolTipText("Validate the modify directives file against the batchModify XML Schema.");
validateBatchModify.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
new BatchModifyValidate();
}
});
toolsBatchModify.add(validateBatchModify);