tags:

views:

104

answers:

1

how to change jframe logo of java in netbeans ,what is the code to change the logo

Thanks,

Khoyendra

+4  A: 

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

Richie_W
Assuming this cryptic question has something to do with JFrames.
musiKk
Yes, that is the assumption I've made :)
Richie_W