Closedown
This commit is contained in:
@@ -359,7 +359,7 @@ public class TestingList extends Panel {
|
||||
|
||||
public void loadTests() throws FileNotFoundException, IOException{
|
||||
Properties prop = new Properties();
|
||||
String fileName = new java.io.File( "." ).getCanonicalPath()+ "\\home\\script\\tests\\devices\\";
|
||||
String fileName = new java.io.File( "." ).getCanonicalPath()+ "\\home\\script\\tests\\devices\\LS\\.config";
|
||||
/* this.jTextField1.setText(fileName + "\n");
|
||||
File folder = new File(fileName);
|
||||
|
||||
@@ -376,7 +376,7 @@ public class TestingList extends Panel {
|
||||
prop.load(is);
|
||||
|
||||
addToTable(prop.getProperty("name"), prop.getProperty("description"));
|
||||
this.jTextField1.setText(prop.getProperty("name"));
|
||||
// this.jTextField1.setText(prop.getProperty("name"));
|
||||
}
|
||||
|
||||
public void selectFile(){
|
||||
|
||||
Reference in New Issue
Block a user