Hello Dears,
I am confused that:
why following code work
Viewer viewer = graph.display();
viewer.disableAutoLayout();
and following code not?
Viewer viewer = new Viewer(graph, Viewer.ThreadingModel.GRAPH_IN_GUI_THREAD);
viewer.disableAutoLayout();
graph.display();
Thanks!
baohua