Closedown

This commit is contained in:
boccioli_m
2015-06-09 09:37:52 +02:00
parent 0a416f77d2
commit e9dfa5cc48

View File

@@ -340,7 +340,7 @@ public class TestingList extends Panel {
Properties prop = new Properties();
FileInputStream fc = null;
try{
String fileName = "../script/tests/devices/LS/.config";
String fileName = "/../script/tests/devices/LS/.config";
File file = new File(fileName);
fc = new FileInputStream(file);
this.jTextField1.setText(fc.toString());