Trying to build a project planning tool.
I want a set of desktop objects to show up as a directed graph on my desktop.
The graph consists of nodes and edges.
>Nodes represent tasks and can contain links to files and
>edges represent dependencies
I would like to be able to dynamically create and attach nodes and edges.
Does a widget like this exist anywhere?
Any examples out there?