Closedown

This commit is contained in:
boccioli_m
2015-06-09 09:48:18 +02:00
parent 9a0115cd16
commit babf4f4636

View File

@@ -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);