提交 1696e291 编写于 作者: P pchelko

8038106: PIT: access problem to a PrinterJob on OS X

Reviewed-by: serb, anthony, azvegint
上级 a6da5133
...@@ -41,7 +41,7 @@ import javax.print.attribute.standard.PageRanges; ...@@ -41,7 +41,7 @@ import javax.print.attribute.standard.PageRanges;
import sun.java2d.*; import sun.java2d.*;
import sun.print.*; import sun.print.*;
final class CPrinterJob extends RasterPrinterJob { public final class CPrinterJob extends RasterPrinterJob {
// NOTE: This uses RasterPrinterJob as a base, but it doesn't use // NOTE: This uses RasterPrinterJob as a base, but it doesn't use
// all of the RasterPrinterJob functions. RasterPrinterJob will // all of the RasterPrinterJob functions. RasterPrinterJob will
// break down printing to pieces that aren't necessary under MacOSX // break down printing to pieces that aren't necessary under MacOSX
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册