This directory contains simple examples demonstrating the WindowTools
package. They are listed in increasing order of complexity:

wndhei.sim: The "hello world" program: create a window with a text and
   a Quit button.

wndlinje*.sim: Simple line drawing programs used in the
   documentation. 

wndmus.sim: A simple "catch the button game" demonstrating exent
   handling. 

wndperson.sim: A very simple name base program demonstrating
   sub-windows. 

wndstudbase.sim: A more developed database program. 

wndklokke.sim: A stopwatch program.

wndkalk.sim: A pocket calculator program.

