public DistributedTreeDemo(boolean create) throws Exception {
props="udp.xml";
this.create=create;
dt=new DistributedTree("DistributedTreeDemo", props);
dt.addDistributedTreeListener(this);
setLayout(new BorderLayout());
addNotify();
setSize(getInsets().left + getInsets().right + 485,
getInsets().top + getInsets().bottom + 367);