private void editSelectedFile() {
try {
TestSpecification test = qat.getSelectedTest();
new Notepad(test.getTestSpecPath(),
null,
false);
}
catch(java.lang.IndexOutOfBoundsException ex) {
JOptionPane.showMessageDialog(null, "No files are selected!", "Error", JOptionPane.ERROR_MESSAGE);