COP4226, Exercise 3

Due Sunday, March 23 at 11:59 pm.

Zip your entire project and upload on the web. Exclude the Debug and Release directories.
Submitting Homework Online.

This project will open text files and display the data in two formats: column view and line view. You are only allowed to draw the text to a panel, you may not use a text box, or a list view, etc. Once the file is open, the font and color used to display the text can be changed. There will be a data file for this application. It will save the lines from the text file; it will store the current font and the current color. When the file is saved, the lines, font and color will be retrieved from the file. A toolbar will be used to facilitate access to the menu items. When possible, share the toolbar handler with the equivalent menu handler.

Data Class

Main Class

Screen Shots: Line View, Column View, File Open.