From babf4f4636bfff16217b233f969fd2e2ee2be5c5 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 09:48:18 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 9e3aea2..0327df6 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -344,9 +344,10 @@ public class TestingList extends Panel { ClassLoader classLoader = getClass().getClassLoader(); - File file = new File(classLoader.getResource("../script/tests/devices/LS/.config").getFile()); - fc = new FileInputStream(file); - this.jTextField1.setText(file.toPath().toString()); + //File file = new File(classLoader.getResource("../script/tests/devices/LS/.config").getFile()); + fc = new FileInputStream(classLoader.getResource("../script/tests/devices/LS/.config").getPath()); + //fc = new FileInputStream(file); + // this.jTextField1.setText(file.toPath().toString()); //prop.load(fc);