XInterface oObj = null;
Object anotherCtrl = null ;
XWindowPeer the_win = null;
XToolkit the_kit = null;
XDevice aDevice = null;
XGraphics aGraphic = null;
//Insert a ControlShape and get the ControlModel
XControlShape aShape = FormTools.createControlShape(
xTextDoc,3000,4500,15000,10000,"ListBox");
WriterTools.getDrawPage(xTextDoc).add((XShape) aShape);