how to change jframe logo of java in netbeans ,what is the code to change the logo
Thanks,
Khoyendra
how to change jframe logo 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.