Swing Icon

Is there a way to change the Java icon top left of JFrame?
[65 byte] By [eugenelin89a] at [2007-9-19]
# 1
> Is there a way to change the Java icon top left of> JFrame?Yes:yourFrame.setIconImage((new ImageIcon(getClass().getResource("/Image.gif")).getImage()));Phil
PhHeina at 2007-7-8 > top of java,Archived Forums,Swing [Archive]...
# 2
Thanx!
eugenelin89a at 2007-7-8 > top of java,Archived Forums,Swing [Archive]...
# 3
cool !
Cristinziania at 2007-7-8 > top of java,Archived Forums,Swing [Archive]...