The section will explain how a prototype is designed by building an example
user interface from scratch. We will build the user interface of a
file-selector. The most easy way to go about building an interface is to
create a script which can be run with wish -f
script, or
executed from within wish with source
script.