Closedown

This commit is contained in:
boccioli_m
2015-06-09 10:32:13 +02:00
parent e7679131c5
commit d8e75af8cc
2 changed files with 5 additions and 0 deletions

View File

@@ -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);