Closedown

This commit is contained in:
boccioli_m
2015-06-09 09:32:09 +02:00
parent 5affcc05d2
commit 4b21ed8b18

View File

@@ -338,8 +338,9 @@ public class TestingList extends Panel {
public void loadTests() throws FileNotFoundException, IOException{
Properties prop = new Properties();
String fileName = "/script/tests/devces/LS/.config";
InputStream fc = new FileInputStream(fileName);
String fileName = "../script/tests/devices/LS/.config";
File file = new File(fileName);
InputStream fc = new FileInputStream(file);
this.jTextField1.setText(fc.toString());
//prop.load(fc);