Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
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()
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment