|
hi,i use the following code to set the tooltiptext for a graph(JGraph)!But it does not work the right way!When my cursor is above the cell,it does not display the tooltiptext,however when it leaves the cell,the tooltiptext appears!What i want is that when my cursor is above a cell,it displays the tooltiptext immediately . \nsorry for my english :)\nthanks! \nhere is the code: \nGraphModel model = new DefaultGraphModel(); \n
|
The question has been closed for the following reason "Question is off-topic or not relevant. This forum is for mxGraph." by Gaudenz 05 Feb, 01:32
|
Use mxGraphComponent.setToolTips(true) and override mxGraph.getToolTipForCell. You mean i have to change to the jgraphx instead of jgraph package?Appreciate more help from you :)
(05 Feb, 01:29)
???
|