diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 8d61649..2a58610 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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); diff --git a/plugins/plublic.java b/plugins/plublic.java new file mode 100644 index 0000000..d8967f8 --- /dev/null +++ b/plugins/plublic.java @@ -0,0 +1,13 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +/** + * + * @author boccioli_m + */ +class plublic { + +}