为 jcheckbox 添加边框

发布于 2024-10-05 05:46:30 字数 132 浏览 3 评论 0原文

有谁知道是否有一种简单的方法可以在 JCheckBox 对象(包括标签)周围放置边框? setBorder 似乎没有任何效果。我知道我可以将每个复选框放在 JPanel 中并为其设置边框,但是没有办法单独设置整个 JCheckBox 的边框吗? 谢谢

Does anyone know if there is an easy way to put a border around a JCheckBox object including the label? setBorder doesn't seem to have any effect. I know I could put each checkbox inside of a JPanel and border that, but is there no way to border the entire JCheckBox by itself?
Thanks

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

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

发布评论

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

评论(1

笙痞 2024-10-12 05:46:30

在 jcheckbox 上,setborder 确实有效,只是边框未绘制。
您所要做的就是调用 setBorderPainted(true) ,它应该可以工作。

on a jcheckbox the setborder does work, its just that the border is not painted.
all you have to do is call setBorderPainted(true) and it should work.

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