Toolkit.getPrintJob
Class Overview | Class Members |
This Package |
All Packages
public abstract PrintJob getPrintJob( Frame frame,
String jobtitle,
Properties props )
Returns
a PrintJob object, or
null if the user
cancelled the print job.
Description
Gets a PrintJob object which is the result
of initiating a print operation on the toolkit's platform.
See Also
PrintJob