Advertisement
Guest User

Código Jython

a guest
May 1st, 2011
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. frame = JFrame('Hello, Jython!',
  2.             defaultCloseOperation = JFrame.EXIT_ON_CLOSE,
  3.             size = (300, 300)
  4.         )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement