Browse Source

make the logograph showed initialy

Kolja Strohm 6 năm trước cách đây
mục cha
commit
1f59146c36
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 );