The first time you run the application, evaluate
Ztext := 'GUIs are easy to code in Smalltalk.'.TextPaneDemo new open

Smalltalk will ask if you want to declare Ztext as a global variable. Answer, yes. On subsequent occasions you can run the application by evaluating
TextPaneDemo new open

The window on the application looks like this: