I spent some time on GraphBrowser, starting off the project, the first step has been to add basic support for opeining Graphviz DOT files.
There are already some pages on the net talking about how to add open file support for new file types in NetBeans.
File Type Integration Tutorial
So there is no need to [...]
By ruben.laguna
|
Posted in java, netbeans
|
Also tagged api, dot, file, graphbrowser, graphviz, guess, java, library, netbeans, open, support, visual
|
I decided to start a small project trying to port the GUESS framework into Netbeans RCP.
The plan is to replace the GUESS own graphical library with Netbeans Visual Library stuff and replace the GUESS Python like interpreter with something more along the lines of JSR 223 Scripting for the Java Platform.
For the moment I [...]
I was fiddling with the Netbeans Visual Library again, trying to show a complex graph on screen and I run into a problem: There were so many connection in the graph that some widgets were hard to read because the ConnectionWidget arrows were printed over them.
So I tried to I try to rearrange the [...]
By ruben.laguna
|
Posted in netbeans
|
Also tagged connectionwidget, illegalstateexception, java, labelwidget, layerwidget, library, netbeans, order, visual, visualization, widget
|
I just came up with the idea of reproducing the GraphView demo I saw in prefuse by using the Netbeans Visual Library API.
The GraphView demo uses a Force Directed Layout algorithm to dinamically position the nodes on the screen. It’s really fast and cool. Download prefuse and experiment with it by yourself.
I [...]
By ruben.laguna
|
Posted in java, netbeans
|
Also tagged algorithm, based, force, layout, library, netbeans, prefuse, topcomponent, visual, visualization, visualizer
|
November 18, 2007 – 1:03 pm
I continue looking for graph visualization software. I rn into prefuse. Looks promising, take a look into the gallery to see some examples.
But it´s still only a toolkit so it means that I have to develop at least a little application to be able to visualize my graph. I tried using the examples that [...]
November 14, 2007 – 6:12 pm
After spending a bunch of time with the graphviz utilities (neato, dot, circo and twopi) trying to create a graph to understand the software dependencies between modules in a project I´ve been I assigned I realized that those tools don´t work well with large graphs. I tried and tried with no luck, I thought that [...]
December 12, 2006 – 7:58 pm
I’ve moved this post to the following location
**UPDATE**: The files here will only run in JRE 1.6. I will try to provide JRE 1.5-compatible files as soon as possible. Thanks to Daniel for pointing this out.
If you are tired of the old “Graph Results” listener that JMeter provides
Click on the above image or here [...]