Startup
This commit is contained in:
@@ -645,7 +645,7 @@ public class NewTest extends javax.swing.JPanel {
|
||||
if (!success) {
|
||||
// Directory creation failed
|
||||
SwingUtils.showMessage(this, "generateTestFiles()", "Cannot create directory " + testDir.toString());
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
//generate device files inside device dir
|
||||
|
||||
@@ -263,7 +263,7 @@ public class TestingList extends Panel {
|
||||
case DEVICE_NAME:
|
||||
case TEST_NAME:
|
||||
val = "name";
|
||||
break;
|
||||
break;
|
||||
case TEST_PARAMETERS:
|
||||
val = "parameters";
|
||||
break;
|
||||
|
||||
@@ -251,7 +251,7 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
.addContainerGap())
|
||||
);
|
||||
}// </editor-fold>//GEN-END:initComponents
|
||||
|
||||
|
||||
private void fillComponents(HashMap hDetails) {
|
||||
//add values to each text box
|
||||
this.txtDeviceName.setText(hDetails.get("deviceName").toString());
|
||||
|
||||
Reference in New Issue
Block a user