Initial Commit

This commit is contained in:
gac-alvra
2021-04-28 10:08:19 +02:00
commit 7a44110577
99 changed files with 12612 additions and 0 deletions

10
script/test/Loading.py Normal file
View File

@@ -0,0 +1,10 @@
s=get_context().setup
s.expandPath("{plugins}/ScreenPanel4.class")
name=s.expandPath("{plugins}/ScreenPanel4.class")
import java.io.File as File
f=File(name)
f.exists()
f.getPath()
import ch.psi.utils.Loader as Loader
c=Loader.loadClass(f.getPath())
print c