JDCell::JDCell(const JObject& o, JDCell* n): obj(o.clone()) { setup(n);}
JCell::JCell(const JObject& o, JCell* n): obj(o.clone()) { next = n; }