522523524525526527528529530531
} // TestTODO public IITBrowserWindow getBrowserWindow() { try { return new ITBrowserWindowImpl(this.iTunesCom.getPropertyAsDispatchObject("BrowserWindow")); } catch (DispatchObjectNullException e) { return null; } }
469470471472473474475476477478479
} // TestTODO public IITBrowserWindow getBrowserWindow() throws JitcaGeneralException { try { return new ITBrowserWindowImpl( this.iTunesCom.getPropertyAsDispatchObject("BrowserWindow")); } catch (DispatchObjectNullException e) { return null; } }