482483484485486487488489490491
} // TestTODO public IITWindowCollection getWindows() { try { return new ITWindowCollectionImpl(this.iTunesCom.getPropertyAsDispatchObject("Windows")); } catch (DispatchObjectNullException e) { return null; // no windows } }