- or download this
interface
[MAIN Program] <---------> [DATA Module] <---------> data
(abstraction layer)
- or download this
get_data_as_array()
set_data_from_array()
- or download this
MAIN - to tie it all together
DATA - to handle data storage and retreival
MUNGE - to do fancy stuff to the data
USER_INTERFACE - to make it pretty
WIDGET - to do all the stuff we forgot elsewhere :-)