summaryrefslogtreecommitdiff
path: root/java/jgraphx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.0.9Li-Wen Hsu2010-08-222-9/+8
| | | | | PR: ports/148973 Submitted by: Chris Rees <utisoft AT gmail.com> (maintainer)
* - Update to 1.3.0.0Wen Heping2010-02-242-4/+4
| | | | | | | PR: ports/143865 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer Feature safe: yes
* JGraph is the most powerful, lightweight, feature-rich, and thoroughlyWen Heping2010-01-193-0/+82
documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! With the JGraph zoomable component, you can display objects and relations (networks) in any Swing UI. JGraph can also be used on the server-side, for example to read a GXL graph, apply a custom layout algorithm, and return the result as a HTML image map. WWW: http://www.jgraph.com/jgraphx.html PR: ports/142541 Submitted by: Chris Rees <utisoft@gmail.com>