Bläddra i källkod

make the logograph showed initialy

Kolja Strohm 6 år sedan
förälder
incheckning
1f59146c36
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/Main.java

+ 1 - 1
src/main/Main.java

@@ -17,7 +17,7 @@ public class Main {
      * @param args the command line arguments, currently not in use
      */
     public static void main(String[] args) {
-        Reader r = new Reader( "papergraph.json" );
+        Reader r = new Reader( "logo.json" );
         LayeredGraphNode graph = r.readInputGraph();
         InitializeNodePositions.placeNodes( graph );
         new MainView( graph );