My problem: Use an Iterator to go through all of the elements in the list, getting each element's textual representation, and displaying this text neatly inside the text area.
My thoughts: Do I use an add method to add elements from the list to display onto the text area?