, GridBagConstraints.CENTER , GridBagConstraints.NONE
, new Insets(5, 10, 1,10), 0, 0));
validateXML.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
if(new ValidateXMLFile().Validate("<?xml version=\"1.0\"?>\n"+desArea.getText())) {
setEnabledToValidate();
lblerror.setText("Service XML file validation successfully");
} else{
setEnabledToNotValidate();
lblerror.setText("Error! Service XML file validation Error");