throw new NullPointerException("Frame must not be null");
}
this.docTitle = (doctitle == null) ? "" : docTitle;
this.jobAttributes = jobAttributes;
this.pageAttributes = pageAttributes;
printControl = new AwtPrintControl(frame, doctitle,
jobAttributes, pageAttributes);
}