diff paper/source/StartAquariumFX.java @ 1:84254e949b77

before Seminar
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Tue, 10 Nov 2015 19:37:47 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/source/StartAquariumFX.java	Tue Nov 10 19:37:47 2015 +0900
@@ -0,0 +1,8 @@
+public class StartAquariumFX {
+    public static void main(String args[]){
+        AquariumConfig conf = new AquariumConfig(args);
+        conf.register(MoveBeforePosition.class);
+        StartCodeSegment cs = new StartCodeSegment();
+        new TopologyNode(conf, cs);
+    }
+}
\ No newline at end of file