hi, is possible to set the icon in the header for the windows?
Hi,
you may use setIcon method to change window icon:
win.setIcon(“custom.gif”);
Image should be in the folder with windows images (the image path is set by setImagePath mehtod)
hi, is possible to set the icon in the header for the windows?
Hi,
you may use setIcon method to change window icon:
win.setIcon(“custom.gif”);
Image should be in the folder with windows images (the image path is set by setImagePath mehtod)