|
@@ -18,7 +18,7 @@ public class Main {
|
|
*/
|
|
*/
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
// read a graph from a file
|
|
// read a graph from a file
|
|
- Reader r = new Reader( "logo.json" );
|
|
|
|
|
|
+ Reader r = new Reader( "graphs/logo.json" );
|
|
LayeredGraphNode graph = r.readInputGraph();
|
|
LayeredGraphNode graph = r.readInputGraph();
|
|
// compute some initial position for the graph
|
|
// compute some initial position for the graph
|
|
SimpleNodePlacement.placeNodes( graph );
|
|
SimpleNodePlacement.placeNodes( graph );
|