简体   繁体   中英

change jframe(“java”) logo using netbeans

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.

This example should get you on your way

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM