Netbeans 中的 JFrame 图标
我正在构建一个 Swing 应用程序,如果可能的话,我需要知道如何通过 Netbeans 7.0 为我的 JFrame 设置图标。 感谢您的合作。 此致。
I'm Building a Swing Application and I need to know how to set an Icon for my JFrames through Netbeans 7.0 if it is possible.
Thank you for your cooperation.
Best Regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会对您有所帮助:YouTube:更改 Java 框架中的图标。它是 2009 年的,所以不是最新的,但仍然可能适用。
请注意,JFrame 有一个方法
setIconImage
可以为您执行此操作并且易于使用。This might help you: YouTube: Change the Icon in Java Frame. It's from 2009, so it's not the latest, but it is still likely applicable.
Note that JFrame has a method,
setIconImage
that will do this for you and is easy to use.