I have created a network which consists of number of vertexes and edges. How do I show a popup message over a vertex when I move the mouse to that vertex?
Asked
Active
Viewed 128 times
1 Answers
0
AbstractPopupGraphMousePlugin and its subclasses are what you want: http://jung.sourceforge.net/doc/api/edu/uci/ics/jung/visualization/control/AbstractPopupGraphMousePlugin.html
Look for its use in PluggableRendererDemo and in GraphEditorDemo. (Other samples also use it; those samples show how to create subclasses.)

Joshua O'Madadhain
- 2,704
- 1
- 14
- 18
-
Thank you sir. Ill check in that website – Steffi Ma Jun 25 '15 at 04:49