// TODO Auto-generated catch block
e.printStackTrace();
}
//describe the window and its properties
WindowDescriptor aDescriptor = new WindowDescriptor();
aDescriptor.Type = com.sun.star.awt.WindowClass.TOP;
aDescriptor.WindowServiceName = "window";
aDescriptor.ParentIndex = -1;
aDescriptor.Parent = null;
aDescriptor.Bounds = new Rectangle(10, 10, 640, 480);