This laboratory is an implementation of the photo organizer based on your designs of Assignments 2, 3 and 4. You should hand in an Eclipse implementation of your photo organizer. At a minimum, a user should be able to add and view photos (organized in some way as specified by your design). Your photo organizer should also have a slide show capability, some way of loading and saving information, and some type of rudimentary search.
Focus on the quality of your user interface
and on clean code organization. (The latter is important for being able to do a complete implementation and
for the deployment on the web in laboratory 3.) Do not worry about source documentation or user help as these
will be developed separately in Assignment 5. You must use a model-view-controller implementation. Your
project should have bin, src and resources subdirectories.
Upload to WebCT a zip file containing: