[jgrapht-users] new user vertex selection question
Brought to you by:
barak_naveh,
perfecthash
From: Angela S. W. <an...@ri...> - 2006-10-28 05:01:04
|
Hi, I've looked through the forum and mailing list archive and I've seen this question asked but never answered. Any help I would very much appreciate. I am trying to represent a smallish network topology (< 40 vertices) but each of the vertices has a lot of information associated with it (too much to display in the actual visualized node) so I would like to allow the user to select a vertex and display the information in a separate jPanel. However, all of the examples I've seen with node selection have used JGraph, which seems too heavy-weight for my project. Is there any way to fire an event when a user dynamically selects a vertex in jGrapht? It looks like the JGraphAdapterDemo.java file is straddling the line between using JGraph and JGraphT features, but I only needed to install JGraphT to make it work. Are there additional JGraph features that will work after only having installed JGraphT? Thanks for your help, Angela (an...@ri...) |