Description: Demonstrate how to make a multiline editbox.
Produces a GUI with an editbox on the left and a listbox on the right.
The user is invited to enter text into the editbox, either hitting return
at the end of each line or letting it wrap automatically. When the
button is pushed, each line of text from the editbox is placed as an
entry into the listbox. Notice the difference between how a wrapped line
is treated and a returned line is treated in the lisbox.
File list (Check if you may need any files):
GUI_4.m