ScrollPane 只显示最小化后的内容

发布于 2024-11-24 13:37:41 字数 64 浏览 2 评论 0原文

加载带有复选框的窗格然后将其加载回 ScrollPane 后。然后,我只能在先最小化然后恢复窗口后才能看到新内容。

After loading a pane with checkBoxes and then loading that back into the ScrollPane. Then I'm only able to see the new content after first minimizing then restoring the window.

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

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

发布评论

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

评论(3

温折酒 2024-12-01 13:37:41

您还可以使用 updateUI() 方法,因为

aScrollPane.updateUI();

它应该刷新您的图形:)

you can also use updateUI() method as

aScrollPane.updateUI();

that shoud refresh you graphics :)

薔薇婲 2024-12-01 13:37:41

听起来你只需要在切换到 ScrollPane 时对其进行 repaint() 即可。

Sounds like you just need to do a repaint() on your ScrollPane when you switch to it.

久而酒知 2024-12-01 13:37:41

使用 topLevelContainer.validate();中工作得很好这个例子

The use of topLevelContainer.validate(); works just fine in this example.

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