|
From: SourceForge.net <no...@so...> - 2007-12-18 23:13:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4681880 By: adamjava Gregbern and Joshua, Thanks for the help. It seems to be what I needed. Anyway there has arised yet another problem that I can't resolve: When I added to my code following lines (copied from Joshua sample http://tiny.pl/pmfs):... import edu.uci.ics.jung.visualization.PluggableRenderer; import edu.uci.ics.jung.visualization.SpringLayout; ...the editor (I use NetBeans 6.0 IDE) generated following error messages: "cannot find symbol, symbol: class PluggableRenderer, location: package edu.uci.ics.jung.visualization" and "cannot find symbol, symbol: class SpringLayout, location: package edu.uci.ics.jung.visualization" respectively. I added all jung2 jars to the project libraries so I don't know what's wrong. Sorry if I ask you the trivial questions (and being slightly off topic) but it stops me. BTW: Do you intend to build a library (package) providing the possibility of graph decomposition? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=252062 |