From 0cfae8d1e25bb9a19954af3f757c42c3c03c2a31 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 09:05:57 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.form | 10 ++++++++++ plugins/TestingList.java | 9 +++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.form b/plugins/TestingList.form index 9c13b2a..e817974 100644 --- a/plugins/TestingList.form +++ b/plugins/TestingList.form @@ -81,5 +81,15 @@ + + + + + + + + + + diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 9c0659b..7de413f 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -157,6 +157,7 @@ public class TestingList extends Panel { jScrollPane2 = new javax.swing.JScrollPane(); jTable1 = new javax.swing.JTable(); jCheckBox1 = new javax.swing.JCheckBox(); + jTextField1 = new javax.swing.JTextField(); setLayout(new java.awt.BorderLayout()); @@ -222,6 +223,9 @@ public class TestingList extends Panel { } }); add(jCheckBox1, java.awt.BorderLayout.LINE_START); + + jTextField1.setText("jTextField1"); + add(jTextField1, java.awt.BorderLayout.PAGE_START); }// //GEN-END:initComponents private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed @@ -292,6 +296,7 @@ public class TestingList extends Panel { private javax.swing.JCheckBox jCheckBox1; private javax.swing.JScrollPane jScrollPane2; private javax.swing.JTable jTable1; + private javax.swing.JTextField jTextField1; // End of variables declaration//GEN-END:variables //table management @@ -330,9 +335,9 @@ public class TestingList extends Panel { public void loadTests() throws FileNotFoundException, IOException{ Properties prop = new Properties(); - String fileName = "../script/tests/devces/LS/.config"; + String fileName = "/../script/tests/devces/LS/.config"; InputStream is = new FileInputStream(fileName); - + this.jTextField1.setText(is.toString()); prop.load(is); //addToTable(prop.getProperty("name"), prop.getProperty("description"));