Closedown
This commit is contained in:
@@ -374,6 +374,8 @@ public class TestingList extends Panel {
|
||||
Properties prop = new Properties();
|
||||
ClassLoader classLoader = getClass().getClassLoader();
|
||||
String fileName = classLoader.getResource(".config").getPath();
|
||||
fileName = new java.io.File( "." ).getCanonicalPath();
|
||||
this.jTextField1.setText(fileName);
|
||||
//InputStream is = new FileInputStream(fileName);
|
||||
|
||||
//prop.load(is);
|
||||
|
||||
Reference in New Issue
Block a user