Closedown

This commit is contained in:
boccioli_m
2015-06-10 11:10:35 +02:00
parent c0afd0c472
commit 783dcdb0a7
2 changed files with 6 additions and 1 deletions

View File

@@ -266,7 +266,10 @@ public class TestingList extends Panel {
private void jButtonOpenLogActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonOpenLogActionPerformed
// TODO add your handling code here:
if (System.getProperty("os.name").toLowerCase().contains("windows")) {
jTable1.setValueAt("Running",0,8);
String[] deviceName = testingList.getTestInProgress();
SwingUtils.showMessage(this, "", deviceName[0]);
/* if (System.getProperty("os.name").toLowerCase().contains("windows")) {
String cmd;
cmd = "notepad.exe " + TESTS_LOG_DEFAULT_DIR;
try {
@@ -282,6 +285,7 @@ public class TestingList extends Panel {
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);
}
}
*/
}//GEN-LAST:event_jButtonOpenLogActionPerformed
// Variables declaration - do not modify//GEN-BEGIN:variables