JEdi​​tor 窗格打印水平滚动条问题

发布于 2024-11-05 01:32:41 字数 88 浏览 0 评论 0原文

我们使用 Jeditor 窗格来显示 HTML 文本,但是当我们尝试在编辑器窗格上使用水平滚动条打印时,页面的右边缘被切断,有人遇到过吗?有解决这个问题的想法吗?

We use Jeditor pane for displaying HTML text, but when we try to print with horizontal scroll bar on editor pane the right edge of the page is cut off, Did any experience it? Any ideas on fixing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

少跟Wǒ拽 2024-11-12 01:32:41

我认为这是因为视口组件的preferredSize 现在是无限的。您可以尝试手动设置底层视口组件的preferredWidth。

I think this will be because the preferredSize of the viewport component is now unlimited. You could try manually setting the preferredWidth of the underlying viewport component.

信愁 2024-11-12 01:32:41

我认为发生这种情况是因为打印机页面宽度小于 JEditorPane 的宽度。

你可以尝试这样的事情
http://java-sl.com/JEditorPanePrinter.html

获取页面的宽度,计算为像素并将其设置到您的 JEditorPane。请参阅页面格式。

I think that happens because printer page width is less than your JEditorPane's width.

You can try something like this
http://java-sl.com/JEditorPanePrinter.html

Obtain the page's widht, calculate it in pixels and set it to your JEditorPane. See PageFormat.

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