throw new StatusException("Coud not create test object", e);
}
XInterface oFrame = (XInterface) xMSF.createInstance("com.sun.star.frame.Frame");
XFrame xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, oFrame);
xFrame.setName("ObjectInspector");
xFrame.initialize(xWindow);
XFramesSupplier xFramesSup = (XFramesSupplier) UnoRuntime.queryInterface(XFramesSupplier.class, StarDesktop);
XFrames xFrames = xFramesSup.getFrames();
xFrames.append(xFrame);