Project 3
Due Tuesday 7/10/2001
Last Modified
Introduction
In this project you will create a GUI front end to the PIM you have created so far.
Your gui should allow access to:
- the ablity to read and write a file
- view all memos
- the ablity to edit memos
- the ablity to create new memo
additonaly you will need to add a new constructor for them memo class that takes no arguments but reads that system date and time. Code that demos reading the system date and time
What you will need to do
A number of windows will be needed:
-
Main window this is the first window and will offer the following options these should be implimented in sub-windows
- An IO window to enable Reading or Writing a data file
- Create Edit or Delete a memo
- Listen to the network (this should respond with a message about to be implimented)
IO Window
- choice of read or write to a file
- a place to enter the file name for reading or writing
Create Edit or Delete a memo (this might be done with one or more windows )
- The ability Create a new Memo
- The ability to lookup a Memo
- The ability to change any Memo
- An option to send a selected Memo over the network (this option should report that it will be implimented latter)
What to submit
Your code.