Closedown
This commit is contained in:
@@ -340,9 +340,10 @@ public class TestingList extends Panel {
|
||||
}
|
||||
return rowD;
|
||||
}
|
||||
|
||||
//find the test currently in progress
|
||||
public String[] getTestInProgress() {
|
||||
String[] dsTestProperties = null;
|
||||
String[] dsTestProperties = {"",""};
|
||||
//search for device name in table
|
||||
try{
|
||||
for (int row = 0; row <= jTable1.getRowCount() - 1; row++) {
|
||||
|
||||
Reference in New Issue
Block a user