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