Closedown
This commit is contained in:
3
plugins/.config
Normal file
3
plugins/.config
Normal file
@@ -0,0 +1,3 @@
|
||||
name=LS
|
||||
description=Linear Slide in test office setup
|
||||
tests=Office Linear Slide Tests
|
||||
@@ -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