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