|
From: Yohan P. <yoh...@gm...> - 2007-12-05 16:14:31
|
Hello, Here's the problem: I'm using repast J My model displays a Network2DDisplay with the DefaultGraphLayout. When I open a property window for a node (probe the node > inspect agent and then click the icon in the object browser), this node is then displayed in the wrong proprtions (higher and thinner). I've looked to the demos to check if it was the same: -The models JainModel and JinGridNewModelII have the same problem. -The models Jiggle and Rabbit Population don't. I've look at the code of those models (including mine) but couldn't find the difference. I've noticed that the first time the object property window was accessed, the height and width are 10 and 8. The other times they are 19 and 6. Is this a known problem? Am I doing something wrong? Thanks Yohan |