Mercurial > hg > Members > tatsuki > Alice
changeset 116:248064474909 working
minor change
author | sugi |
---|---|
date | Sat, 21 Jul 2012 10:13:51 +0900 |
parents | 9845b74063ec |
children | e78402bb54cb |
files | src/alice/test/topology/fishmodel/alpha/AutoIncrement.java src/alice/test/topology/fishmodel/alpha/MakeObject.java src/alice/test/topology/fishmodel/beta/CheckMyName.java |
diffstat | 3 files changed, 3 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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();
--- 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);
--- 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); - } - */ + } }