jjzjj

printPane

全部标签

java - Java Applet 可以使用打印机吗?

JavaApplet能否将文本/html轻松打印到标准打印机驱动程序(适用于所有常见平台Win/Mac/Linux)?是否需要签名? 最佳答案 要打印,您需要使用SignedApplets或者,如果未签名的小程序尝试打印,系统将提示用户询问是否允许权限。下面是一些使用JEditorPane打印HTML的示例代码:publicclassHTMLPrinterimplementsPrintable{privatefinalJEditorPaneprintPane;publicHTMLPrinter(JEditorPaneeditorPa