Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我调用 my pageDialogwith 时printerJob.pageDialog(pageFormat),会弹出对话框,提示用户修改打印作业的页面格式。
pageDialog
printerJob.pageDialog(pageFormat)
有些设置有效,但有些则无效,例如方向单选按钮。
我知道我需要使用该setOrientation方法,但是如何从对话框中检索信息,例如用户单击了哪个单选按钮进行纵向或横向?
setOrientation
检索用户从该printerJob.printDialog方法请求多少副本的信息也是如此?
printerJob.printDialog
谢谢