Startup
This commit is contained in:
@@ -266,7 +266,7 @@ public class TestingList extends Panel {
|
||||
|
||||
private void jButtonOpenLogActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonOpenLogActionPerformed
|
||||
// TODO add your handling code here:
|
||||
jTable1.setValueAt("Running",0,8);
|
||||
jTable1.setValueAt("Running",0,7);
|
||||
String[] deviceName = testingList.getTestInProgress();
|
||||
SwingUtils.showMessage(this, "", deviceName[0]);
|
||||
/* if (System.getProperty("os.name").toLowerCase().contains("windows")) {
|
||||
|
||||
Reference in New Issue
Block a user