Skip to content
Snippets Groups Projects
Commit edadf84b authored by Barbara B. Frosik's avatar Barbara B. Frosik
Browse files

fixed compilation error

parent 66ba56a2
No related merge requests found
......@@ -306,6 +306,7 @@ class ExperimentList extends JFrame
if (sconnection.startExperiment(experimentName) != ServiceConnection.ServiceConnectionStatus.SUCCESS) {
JOptionPane.showMessageDialog(null,"The experiment "+ experimentName +" did not start",
"Info",JOptionPane.WARNING_MESSAGE);
}
}
table.clearSelection();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment