From 0c5197e1b02a7aa22460e80ef496e8f2f8bcb3b2 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 11:29:36 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index dec61f4..1e39b18 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -360,8 +360,8 @@ public class TestingList extends Panel { public void loadTests() throws FileNotFoundException, IOException{ Properties prop = new Properties(); String fileName = new java.io.File( "." ).getCanonicalPath()+ "\\home\\script\\tests\\devices\\LS\\.config"; -/* this.jTextField1.setText(fileName + "\n"); - File folder = new File(fileName); + this.jTextField1.setText(fileName + "\n"); +/* File folder = new File(fileName); File[] listOfFiles = folder.listFiles(); for (File listOfFile : listOfFiles) { @@ -376,7 +376,7 @@ public class TestingList extends Panel { prop.load(is); addToTable(prop.getProperty("name"), prop.getProperty("description")); - // this.jTextField1.setText(prop.getProperty("name")); + this.jTextField1.append(prop.getProperty("name")); } public void selectFile(){