From: SourceForge.net <no...@so...> - 2012-11-12 21:39:19
|
The following forum message was posted by e-flat at http://sourceforge.net/projects/jung/forums/forum/252062/topic/6163379: Assuming the vertex objects are the same, then you can use the same state for both graphs to indicate which vertices are selected. E.g., use a shared Set of selected vertices (used by the code which cares about selected vertices), or set a bit in the vertex object itself indicating selected state. Joshua |