yuin #154(2007/07/05 01:52 GMT) [ Scala ] Rating0/0=0.00
Scalaで。日本語アレなんでタイトルは英語です。
1 2 3 4 5 6
import javax.swing._ val f = new JFrame("Hello GUI!") f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE) f.setSize(400, 300) f.setLocationRelativeTo(null) f.setVisible(true)
Rating0/0=0.00-0+
[ reply ]
yuin
#154()
[
Scala
]
Rating0/0=0.00
import javax.swing._ val f = new JFrame("Hello GUI!") f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE) f.setSize(400, 300) f.setLocationRelativeTo(null) f.setVisible(true)Rating0/0=0.00-0+
[ reply ]