From: nnn123 <nur...@gm...> - 2012-06-27 12:05:23
|
I want to display in one applet a few graphs. how i can display it on one applet i have already one graph on the applet that display on it i tried to pass the new graph to temp=g.clone(); m_jgAdapter = new JGraphModelAdapter(temp ); JGraph jgraph = new JGraph( m_jgAdapter ); but nothing hap end i have the same graph i want to remove the graph that exist there -- View this message in context: http://jgrapht-users.107614.n3.nabble.com/Create-and-display-several-graphs-tp4024715.html Sent from the jgrapht-users mailing list archive at Nabble.com. |