# HG changeset patch # User Tom Rodriguez # Date 1419033009 28800 # Node ID b1b5bfe4c8a7ffc567fb12347ad593b46c9fd86a # Parent a61d63bd1e568e3cead847a2b4b2aa5ca499a6ed Show group name as tooltip in IGV diff -r a61d63bd1e56 -r b1b5bfe4c8a7 src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/EditorTopComponent.java --- a/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/EditorTopComponent.java Fri Dec 19 15:49:32 2014 -0800 +++ b/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/EditorTopComponent.java Fri Dec 19 15:50:09 2014 -0800 @@ -146,6 +146,7 @@ private void updateDisplayName() { setDisplayName(getDiagram().getName()); + setToolTipText(getDiagram().getGraph().getGroup().getName()); } public EditorTopComponent(Diagram diagram) {