ch.claudio.contactdb
Class ContactDB

java.lang.Object
  extended by ch.claudio.contactdb.ContactDB

public class ContactDB
extends java.lang.Object

This application collects messages from different communication channels like Mail, different Instant Messenger clients etc. and groups them so that the conversation with a person can be looked at.

GUI

Chronical view has on the left a time line. Next to it there can be messages or pictures. A "fuzzy" line indicates to which time range the picture/message belongs.

The range of the timeline can be varied by zooming in and out and scrolling around.

Filters allow to limit the displayed data to everything belonging to a person.

Ideas

For the GUI: Make expensive paint operations so, that they detect if further update requests are pending, and then abort.

Version:
$Id: ContactDB.java 181 2007-04-18 14:53:43Z claudio $
Author:
Claudio Nieder

Constructor Summary
ContactDB()
           
 
Method Summary
static void main(java.lang.String[] args)
          Standard main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactDB

public ContactDB()
Method Detail

main

public static void main(java.lang.String[] args)
Standard main method. Starts GUI.

Parameters:
args - not used.