Closedown

This commit is contained in:
boccioli_m
2015-06-09 09:28:30 +02:00
parent 06a5cfa87c
commit 5affcc05d2
2 changed files with 14 additions and 1 deletions

View File

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