13 lines
259 B
Python
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()
|