improvements
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user