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