5 Controller
:= Object clone do(
7 button
setTitle("Please don't push this button again.")
11 app
:= Application
clone
13 app appDidStart
:= method(
14 app mainWindow
setTitle("Test")
18 b
setActionTarget(Controller
)
20 app mainWindow
addSubview(b
)