params[0] = showPrintDialog;
params[1] = printKind.getValue();
params[3] = theme;
this.iTunesCom.callProcedure("Print", params);
} catch (ITUNES_E_OBJECTDELETED e) {
throw new PlaylistDeletedException(this);
} catch (ITUNES_E_USERCANCEL e) {
throw new UserCancelException();
}
}