EECS 1030 Z, Summer 2015

GUI Unit Converter

 

Your Task

Develop a GUI-based application to perform unit conversions. Your application should follow the Model-View-Controller (MVC) design pattern presented in lecture.

The APIs and partially implemented code for each required class are available as follows:

Here are some screenshots depicting the desired layout and functionality:

Here are some screenshots depicting the corresponding desired saved output. The output is simply plain text saved to a file (note the different spacing between units):

 

 

--- End of Assignment ---