I want to know that how to change the image in the upper left corner in a java program and in the taskbar.
See the screenshot to know what i am talking about-
http://www.ougfiles.com/dl/303275944/Untitled.jpg
I want to know that how to change the image in the upper left
Share
Use
setIconImage()orsetIconImages(). The latter lets you specify a list of icons in different resolutions; the most suitable one will be used in each case (desktop, taskbar, title bar of the frame, etc.)See also the this section in the Java tutorial.