XController secondController = aModel1.getCurrentController();
XDispatchProvider aProv = (XDispatchProvider)UnoRuntime.
queryInterface(XDispatchProvider.class, secondController);
XDispatch getting = null;
log.println( "opening DatasourceBrowser" );
URL the_url = new URL();
the_url.Complete = ".component:DB/DataSourceBrowser";
getting = aProv.queryDispatch(the_url, "_beamer", 12);
PropertyValue[] noArgs = new PropertyValue[0];
getting.dispatch(the_url, noArgs);
shortWait();
XFrame the_frame1 = the_Desk.getCurrentFrame();