Closedown
This commit is contained in:
@@ -345,7 +345,7 @@ public class TestingList extends Panel {
|
||||
|
||||
ClassLoader classLoader = getClass().getClassLoader();
|
||||
//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(classLoader.getResource("../script/tests/devices/LS/.config").getPath()) {};
|
||||
//fc = new FileInputStream(file);
|
||||
// this.jTextField1.setText(file.toPath().toString());
|
||||
//prop.load(fc);
|
||||
|
||||
Reference in New Issue
Block a user