Closedown
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user