Closedown
This commit is contained in:
@@ -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);
|
||||
|
||||
13
plugins/plublic.java
Normal file
13
plugins/plublic.java
Normal file
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user