The Commons-Framework contains some general-purpose utility classes, that can be reused in 
other software products. Currently, they are used in all the payroll sub-projects and in 
the File By Internet (FBI) project.

  * Threading: A general (and deliberately simple) services for threading, tailored to the needs of the Client component, to reduce
    some of the complexity normally associated with managing multi-threaded code in Swing clients
  * Utils: General utilities, most notable logging of internal behaviour. This is mostly of interest to developers, and can be controlled by the
    logging.properties configuration file)
	
	