Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 13, 2015 20:22
Show Gist options
  • Select an option

  • Save SteveGilham/28e047ac066bc7e89b6f to your computer and use it in GitHub Desktop.

Select an option

Save SteveGilham/28e047ac066bc7e89b6f to your computer and use it in GitHub Desktop.
import java.awt
f = java.awt.Frame()
f.title = "Hello AWT"
f.visible = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment