  Load File: textwindow.sml
  
  To put a textwindow on the screen with title "A Window", height 100
  and width 200 type in a listener
  
    text_window {title="A Window",height=100,width=200};
  
  A new window then appears into which text can be typed. 

