MVC Demo

This program implements a simple demonstration of Model-View-Controller using a java.awt.ActionListener and two javax.swing.event.ChangeListeners. You enter numbers into a text field. They are both added to a scrolling list and graphed; a simple graphing program displays the numbers as Y values (where x is monotonically increasing) in a graphics panel. This shows two views being driven off one model.