change jframe("java") logo using netbeans
how to change jframe l开发者_StackOverflowogo of java in netbeans ,what is the code to change the logo
Thanks,
Khoyendra
You have to call the setIconImage method on your JFrame and pass in the image you want to show as the icon for your application.
This example should get you on your way
精彩评论