Graph drawing api function

Hi all, is there any api fuction that would allow me to draw a graph (its the one defined as collection of nodes and edges) when i give as input an adjacecy matrix? I'm very new to java programming so please help this n00b out ...
[245 byte] By [neo.anersona] at [2007-10-2 16:01:30]
# 1
A starting point would be JGraph - Google will find it.
sabre150a at 2007-7-13 16:32:11 > top of Java-index,Other Topics,Algorithms...
# 2
Check this site http://www.jfree.org/jfreechart/index.phpIf this dont work tell me. I will tell u more.
Dynamic_textFieldsa at 2007-7-13 16:32:11 > top of Java-index,Other Topics,Algorithms...
# 3
> Check this site> http://www.jfree.org/jfreechart/index.php> If this dont work tell me. I will tell u more.JFreeChart deals with charts. The OP asked for graphs (nodes and links), not charts. JGraph deals with graphs.
sabre150a at 2007-7-13 16:32:11 > top of Java-index,Other Topics,Algorithms...
# 4
thanks for your reply guys .. Jgraph is just the thing I was looking for ... but I'm yet to insatll it in my box ...thanks again for your help
neo.anersona at 2007-7-13 16:32:11 > top of Java-index,Other Topics,Algorithms...