// Hello word :)
new UI.Window({theme: "mac_os_x",
shadow: true,
width: 200,
height: 150}).setContent("Hello World!").show();
|
Pastie
Support Pastie
or read my
Pastie << self
blog
// Hello word :)
new UI.Window({theme: "mac_os_x",
shadow: true,
width: 200,
height: 150}).setContent("Hello World!").show();
|