protected ObjID myID;
protected String name = null;
private VetoableChangeSupport vcs = null;
private PropertyChangeSupport pcs = null;
protected FzySystemComponent() {
setID(new ObjID());
/* try {
trace[0] = new PrintWriter(new FileOutputStream("\\projects\\trace0.txt"));
trace[1] = new PrintWriter(new FileOutputStream("\\projects\\trace1.txt"));
trace[2] = new PrintWriter(new FileOutputStream("\\projects\\trace2.txt"));
trace[3] = new PrintWriter(new FileOutputStream("\\projects\\trace3.txt"));