通过拆分为多页来打印 JFrame

发布于 2024-12-10 17:43:32 字数 207 浏览 1 评论 0原文

我想通过将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千と千尋 2024-12-17 17:43:32

您也许能够采用 中检查的方法之一教程和代码训练营第 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:

  • Multiple Components Per Page
  • Components Larger Than One Page
  • Printing a JTable Component
  • Printing a Sales Report
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文