initialiseDialog(title);
JPanel dialogContent = new JPanel(new BorderLayout());
DescriptionPanel description = UISupport.buildDescription("Validate all or only a part of the referenced XML document",
"List all relevant schema files with absolute or relative file paths.<br/>" +
"Declare namespaces with <code>declare namespace <prefix>='<namespace>';</code>.", null);
dialogContent.add(description, BorderLayout.NORTH);
dialogContent.add(inputPanel, BorderLayout.CENTER);