How do we change the java icon in the title bar ( Top left) of JFrame to a custom icon. company logo. Used JDK to code though!!! Selvan
Corey McGlone
Ranch Hand
Joined: Dec 20, 2001
Posts: 3271
posted
0
Originally posted by Selvan tiru: How do we change the java icon in the title bar ( Top left) of JFrame to a custom icon. company logo. Used JDK to code though!!! Selvan
This isn't my area of expertise, but I believe you can use the setIconImage method inherited from from Frame. I hope that helps, Corey