4 lines
83 B
Factor
4 lines
83 B
Factor
|
|
USING: ui ui.gadgets.labels ;
|
||
|
|
|
||
|
|
"This is a window..." <label> "Really?" open-window
|