Revision: 16720
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 13, 2009 08:24 by kungfoo
Initial Code
def launch
@shell = shell {
text "SWT"
composite {
label {
text "Hello World!"
}
}
}
@shell.open
end
Initial URL
Initial Description
Initial Title
Glimmer GUI DSL
Initial Tags
ruby
Initial Language
Ruby