通过拆分为多页来打印 JFrame
我想通过将 JFrame
分成几个部分来打印它,并通过缩放该部分在每个页面上打印每个部分。
假设 JFrame 的大小为 100x100。然后我想将 JFrame
划分为每个大小为 20*50 的单元格。所以我会有 20 个细胞。我想放大或缩放这些部分并将它们打印在不同的页面上。
有人对如何做到这一点有任何想法吗?
I want to print JFrame
by breaking it into parts and printing each part on each page by zooming the part.
Suppose the JFrame
is of size 100x100. Then I want to divide the JFrame
into cells each of size 20*50. So I will be having 20 cells. I want to magnify or zoom the parts and print them each on different page.
Anybody having any ideas about how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您也许能够采用 中检查的方法之一教程和代码训练营第 6 章续:高级打印,涵盖几个相关主题:
JTable
组件You may be able to adapt one of the approaches examined in Tutorials & Code Camps Chapter 6 Continued: Advanced Printing, which covers several related topics:
JTable
Component