# HG changeset patch # User sugi # Date 1342833231 -32400 # Node ID 2480644749096dc8b15317584a90aeb860671110 # Parent 9845b74063ec693eef6d6dd56f538a7d967bbb5f minor change diff -r 9845b74063ec -r 248064474909 src/alice/test/topology/fishmodel/alpha/AutoIncrement.java --- a/src/alice/test/topology/fishmodel/alpha/AutoIncrement.java Sat Jul 21 10:02:41 2012 +0900 +++ b/src/alice/test/topology/fishmodel/alpha/AutoIncrement.java Sat Jul 21 10:13:51 2012 +0900 @@ -33,7 +33,7 @@ ods.update("local", key, FP); try { - wait(150); + wait(200); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); diff -r 9845b74063ec -r 248064474909 src/alice/test/topology/fishmodel/alpha/MakeObject.java --- a/src/alice/test/topology/fishmodel/alpha/MakeObject.java Sat Jul 21 10:02:41 2012 +0900 +++ b/src/alice/test/topology/fishmodel/alpha/MakeObject.java Sat Jul 21 10:13:51 2012 +0900 @@ -56,6 +56,7 @@ } transform_group = new TransformGroup(); + setLocation(-2.0f,-2.0f);//set out of window transform_group.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE); transform_group.addChild(img.getSceneGroup()); scene.addChild(transform_group); diff -r 9845b74063ec -r 248064474909 src/alice/test/topology/fishmodel/beta/CheckMyName.java --- a/src/alice/test/topology/fishmodel/beta/CheckMyName.java Sat Jul 21 10:02:41 2012 +0900 +++ b/src/alice/test/topology/fishmodel/beta/CheckMyName.java Sat Jul 21 10:13:51 2012 +0900 @@ -66,14 +66,6 @@ new CheckLocalIndex(key,1); } - /* - for (int i = 6;i < 10 ; i++){ - key = "fish"+i; - if (num == 0) new AutoIncrement(key,0); - ods.update("local", key, new FishPoint(-0.2f*(i-5),0.2f*(i-5))); - new SetLocation(new MakeObject(frame),key,0,num); - new CheckLocalIndex(key,1); - } - */ + } }