使用图像作为 JPanel 和 JButton 的背景
我正在尝试使用在 Photoshop 中制作的图像作为 GUI 的背景。我该怎么做?我还制作了一些图像,我想在执行操作后在按钮背景中显示......
I am trying to use an image I made in photoshop as the background for my GUI. How do I do that? also I made some images I want to display in the button backgrounds after the action is performed...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 JButton,使用这个:
面板更有趣一些。不过,这是一个很好的方法:
For the JButton, use this:
The Panel is a bit more interesting. This is a good method, though: