java 图像到网格布局
可以将图像添加到 GridLayout 中吗?
Can you add an Image to a GridLayout?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
可以将图像添加到 GridLayout 中吗?
Can you add an Image to a GridLayout?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
将 ImageIcon 添加到 JLabel 并将标签添加到面板。
Swing 教程中再次讨论了如何使用标签和图标。花点时间阅读它!
Add the ImageIcon to a JLabel and add the label to the panel.
Again, using labels and Icons is discussed in the Swing tutorial. Take the time to read it!