diff src/alice/test/topology/movement/CheckMyName.java @ 91:19f3bd33277d working

add KeyInput
author sugi
date Tue, 05 Jun 2012 00:35:58 +0900
parents e269cedd8bae
children 8e3c1217aad4
line wrap: on
line diff
--- a/src/alice/test/topology/movement/CheckMyName.java	Tue Jun 05 00:26:13 2012 +0900
+++ b/src/alice/test/topology/movement/CheckMyName.java	Tue Jun 05 00:35:58 2012 +0900
@@ -26,13 +26,13 @@
 			MakeFrame frame =  new MakeFrame();
 			MakeObject obj = new MakeObject(frame);
 			frame.register(obj);
-			checkLocation cs = new checkLocation(obj,"fish1X");
+			CheckFishLocation cs = new CheckFishLocation(obj,"fish1X");
 			cs.host.setKey("local","host");
 			cs.nowX.setKey("parent","fish1X");
 						
 			MakeObject obj2 = new MakeObject(frame);
 			frame.register(obj2);
-			checkLocation cs2 = new checkLocation(obj2,"fish2X");
+			CheckFishLocation cs2 = new CheckFishLocation(obj2,"fish2X");
 			cs2.host.setKey("local","host");
 			cs2.nowX.setKey("parent","fish2X");