JCheckbox:将 jar 中的图标而不是目录添加到标签?

发布于 2025-01-07 17:34:04 字数 246 浏览 0 评论 0原文

我知道可以使用 HTML,但是如果您从包而不是目录加载图标图像怎么办?

您将如何向 jcheckbox 的标签添加图标?

http://www.exampledepot.com/egs/javax.swing/checkbox_AddIcon.html

I know it's possible to use HTML but what if you are loading the icon image from a package instead of a directory?

How would you go about adding icon to a jcheckbox's label?

http://www.exampledepot.com/egs/javax.swing/checkbox_AddIcon.html

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

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

发布评论

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

评论(2

樱桃奶球 2025-01-14 17:34:04

IconString 添加到 JLabel,然后设置 JLabel#setLabelFor(myJCheckBox)

add Icon and String to the JLabel, then set JLabel#setLabelFor(myJCheckBox)

⊕婉儿 2025-01-14 17:34:04

我在“从 Swing HTML 的 jars 中加载图像”的答案中展示了各种方法。但是使用显式 URL(从 Class.getResource(String) 获取)应该可以像 img 元素的 src 属性一样工作。

I show various ways in my answer to "Loading images from jars for Swing HTML". But using an explicit URL (obtained from Class.getResource(String)) should work just fine as the src attribute of the img element.

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