From 9a0115cd16e4c7f94dbbb40b4d0813ef054d85bf Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 09:45:20 +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 bb09d26..9e3aea2 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -344,9 +344,9 @@ 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(fc.toString()); + File file = new File(classLoader.getResource("../script/tests/devices/LS/.config").getFile()); + fc = new FileInputStream(file); + this.jTextField1.setText(file.toPath().toString()); //prop.load(fc);