#!/usr/bin/env ruby
require 'tk'
TkRoot.new {title "Ruby is fun!" }
TkLabel.new {
font TkFont.new( 'mistral 42' )
text "Ruby is fun, in case you didn't notice!"
width 30
height 3
fg 'blue'
pack
}
TkButton.new {
text 'Quit'
command 'exit'
pack
}
Tk.mainloop
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
香气CG