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