circ.setCircuitFile(getCircuitFile());
// this should work?! circ.setParent(this.fbxapp);
//Before we add any XFA's we should check if there are some, if so we add a folder
XFAFolder xfas = new XFAFolder();
FBXxfa myxfa = new FBXxfa("Test", "contiky");
myxfa.setParent(xfas);
//xfas.addChild(myxfa);