Created
April 13, 2015 20:24
-
-
Save SteveGilham/7cf91a847a5161d65fe5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
sys.packageManager.makeJavaPackage("javax.swing", "JWindow", None) | |
import javax.swing | |
f = javax.swing.JFrame() | |
f.title = "Jython/Swing" | |
f.visible = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment