我创建了一个报告并将其导出为文本文件,以便在矩阵打印机中打印,但是,作业的结果是空白页。我在ubuntu中做了同样的事情,它打印正确。是Java错误吗?这是我用来向您展示问题的示例代码:publicclassPrintErrorextendsApplication{publicstaticvoidmain(Stringargs[]){launch(args);}publicvoidstart(Stagestage)throwsPrintException{PrinterJobprinterJob=PrinterJob.createPrinterJob();printerJob.show