This commit is contained in:
boccioli_m
2015-09-02 09:15:01 +02:00
parent 86ba17cdca
commit d60cd68812
104 changed files with 4334 additions and 3 deletions

View File

@@ -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());