Files
JIMRI/jython/test/JButtonActionExampleTest.py
T
2026-06-17 14:00:51 +02:00

13 lines
259 B
Python

# test JButtonActionExample
# Just starts one up to make sure of syntax, etc.
import java
import java.awt
if (not java.awt.GraphicsEnvironment.isHeadless()) :
execfile("jython/JButtonActionExample.py")
# close the window
f.dispose()