Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 13, 2015 20:24
Show Gist options
  • Save SteveGilham/7cf91a847a5161d65fe5 to your computer and use it in GitHub Desktop.
Save SteveGilham/7cf91a847a5161d65fe5 to your computer and use it in GitHub Desktop.
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