GMgKe586q6suSQnyqZLlGCooeWM
Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
Home
Me
Search
Wednesday, December 22, 2010
Swing Application From Jython
>>> from javax.swing import *
>>> def hello():
... frame = JFrame("Holla, Jython")
... frame.setSize(400,300)
... frame.setLocation(200,100)
... frame.show()
...
>>> hello()
Swing Application From Jython
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment