From 783dcdb0a754125cefe801e9152e764ce6fb19fd Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 11:10:35 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.form | 1 + plugins/TestingList.java | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/TestingList.form b/plugins/TestingList.form index b0519e2..0450c48 100644 --- a/plugins/TestingList.form +++ b/plugins/TestingList.form @@ -11,6 +11,7 @@ + diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 16fedb3..ef59c7c 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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