improvements

This commit is contained in:
boccioli_m
2015-08-28 17:55:16 +02:00
parent 104d203536
commit 6e57b79633
2 changed files with 12 additions and 5 deletions

View File

@@ -910,6 +910,11 @@ public class TestingList extends Panel {
}
}
/**
* open New Test/Device editor panel
*
* @param type can be "Device" or "Test". Either device or test will be created.
*/
public void openNewTestEditor(String type){
try {
JDialog dlg = new JDialog(getView(), "New Test", true);