左角浮动 JButton

发布于 2024-12-19 04:50:45 字数 177 浏览 2 评论 0原文

我有一个巨大的 JPanel 所以它是可滚动的。在此 JPanel 中,我在右上角有 JButton。当我想推动它时,我总是需要滚动到这里。是否可以在我的应用程序的右上角放置浮动的 JButton

如果是的话请帮助我

I have a huge JPanel so it is scrollable. In this JPanel I have JButton at the right corner. When I want to push it I always need to scroll here. Is it possible to have floating JButton at the right corner of my application ?

if yes please help me

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

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

发布评论

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

评论(2

梦里人 2024-12-26 04:50:45

创建JWindow并放置JButton,这个容器你可以粘在JViewPort的右上角

create JWindow and put there JButton, this container you can stick to the right corner of JViewPort

ぃ弥猫深巷。 2024-12-26 04:50:45

该方法 < code>setDefaultButton() 可能允许您使用该按钮,而无需滚动或隐藏浮动组件下的数据。

The method setDefaultButton() may allow you to use the button without scrolling or hiding data under a floating component.

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